|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.spatialstatisticstools.CentralFeature
public class CentralFeature
Identifies the most centrally located feature in a point, line, or polygon feature class. The Central Feature tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CentralFeature()
Creates the Central Feature tool with defaults. |
|
CentralFeature(Object inputFeatureClass,
Object outputFeatureClass,
String distanceMethod)
Creates the Central Feature tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCaseField()
Returns the Case Field parameter of this tool . |
String |
getDistanceMethod()
Returns the Distance Method parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getSelfPotentialWeightField()
Returns the Self Potential Weight Field parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
Object |
getWeightField()
Returns the Weight Field parameter of this tool . |
void |
setCaseField(Object caseField)
Sets the Case Field parameter of this tool . |
void |
setDistanceMethod(String distanceMethod)
Sets the Distance Method parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setSelfPotentialWeightField(Object selfPotentialWeightField)
Sets the Self Potential Weight Field parameter of this tool . |
void |
setWeightField(Object weightField)
Sets the Weight Field parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CentralFeature()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CentralFeature(Object inputFeatureClass, Object outputFeatureClass, String distanceMethod)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatureClass
- the feature class containing a distribution of features from which to identify the most centrally located feature.outputFeatureClass
- the feature class that will contain the most centrally located feature in the Input Feature Class.distanceMethod
- specifies how distances are calculated from each feature to neighboring features.Method Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- the feature class containing a distribution of features from which to identify the most centrally located feature.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- the feature class that will contain the most centrally located feature in the Input Feature Class.public String getDistanceMethod()
public void setDistanceMethod(String distanceMethod)
distanceMethod
- specifies how distances are calculated from each feature to neighboring features.public Object getWeightField()
public void setWeightField(Object weightField)
weightField
- the numeric field used to weight distances in the origin-destination distance matrix.public Object getSelfPotentialWeightField()
public void setSelfPotentialWeightField(Object selfPotentialWeightField)
selfPotentialWeightField
- the field representing self-potential—the distance or weight between a feature and itself.public Object getCaseField()
public void setCaseField(Object caseField)
caseField
- field used to group features for separate central feature computations. The case field can be of numeric, date, or string type.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |