|
|||||||||
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.StandardDistance
public class StandardDistance
Measures the degree to which features are concentrated or dispersed around the geometric mean center. The Standard Distance tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
StandardDistance()
Creates the Standard Distance tool with defaults. |
|
StandardDistance(Object inputFeatureClass,
Object outputStandardDistanceFeatureClass,
String circleSize)
Creates the Standard Distance tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCaseField()
Returns the Case Field parameter of this tool . |
String |
getCircleSize()
Returns the Circle Size parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getOutputStandardDistanceFeatureClass()
Returns the Output Standard Distance Feature Class 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 |
setCircleSize(String circleSize)
Sets the Circle Size parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputStandardDistanceFeatureClass(Object outputStandardDistanceFeatureClass)
Sets the Output Standard Distance Feature Class 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 StandardDistance()
Initializes the array of tool parameters with the default values specified when the tool was created.
public StandardDistance(Object inputFeatureClass, Object outputStandardDistanceFeatureClass, String circleSize)
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
- a feature class containing a distribution of features for which the standard distance will be calculated.outputStandardDistanceFeatureClass
- a polygon feature class that will contain a circle polygon for each input center. These circle polygons graphically portray the standard distance at each center point.circleSize
- the size of output circles in standard deviations. The default circle size is 1; valid choices are 1, 2, or 3 standard deviations.Method Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- a feature class containing a distribution of features for which the standard distance will be calculated.public Object getOutputStandardDistanceFeatureClass()
public void setOutputStandardDistanceFeatureClass(Object outputStandardDistanceFeatureClass)
outputStandardDistanceFeatureClass
- a polygon feature class that will contain a circle polygon for each input center. These circle polygons graphically portray the standard distance at each center point.public String getCircleSize()
public void setCircleSize(String circleSize)
circleSize
- the size of output circles in standard deviations. The default circle size is 1; valid choices are 1, 2, or 3 standard deviations.public Object getWeightField()
public void setWeightField(Object weightField)
weightField
- the numeric field used to weight locations according to their relative importance.public Object getCaseField()
public void setCaseField(Object caseField)
caseField
- field used to group features for separate standard distance calculations. 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 |