public class FeatureStatisticsPlugIn extends AbstractPlugIn
| Modifier and Type | Field and Description |
|---|---|
static String |
areaAttr |
static String |
lengthAttr |
static String |
nCompsAttr |
static String |
nHolesAttr |
static String |
nPtsAttr |
static String |
typeAttr |
| Constructor and Description |
|---|
FeatureStatisticsPlugIn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
static FeatureSchema |
getStatisticsSchema() |
static String |
removeGeometryPackage(String fullClassName)
Removes the JTS geometry package prefix from a classname
|
createName, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringpublic static final String nPtsAttr
public static final String nHolesAttr
public static final String nCompsAttr
public static final String areaAttr
public static final String lengthAttr
public static final String typeAttr
public static FeatureSchema getStatisticsSchema()
public static String removeGeometryPackage(String fullClassName)
fullClassName - public boolean execute(PlugInContext context) throws Exception
PlugInfalse to prevent the run method
from being called.execute in interface PlugInexecute in class AbstractPlugInException - if a problem occurs during plug-in executionThreadedPlugInCopyright © 2015. All rights reserved.