|
|||||||||
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.DirectionalDistribution
public class DirectionalDistribution
Creates standard deviational ellipses to summarize the spatial characteristics of geographic features: central tendency, dispersion, and directional trends. The Directional Distribution (Standard Deviational Ellipse) tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
DirectionalDistribution()
Creates the Directional Distribution (Standard Deviational Ellipse) tool with defaults. |
|
DirectionalDistribution(java.lang.Object inputFeatureClass,
java.lang.Object outputEllipseFeatureClass,
java.lang.String ellipseSize)
Creates the Directional Distribution (Standard Deviational Ellipse) tool with the required parameters. |
Method Summary | |
---|---|
java.lang.Object |
getCaseField()
Returns the Case Field parameter of this tool . |
java.lang.String |
getEllipseSize()
Returns the Ellipse Size parameter of this tool . |
java.lang.Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
java.lang.Object |
getOutputEllipseFeatureClass()
Returns the Output Ellipse Feature Class parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
java.lang.Object |
getWeightField()
Returns the Weight Field parameter of this tool . |
void |
setCaseField(java.lang.Object caseField)
Sets the Case Field parameter of this tool . |
void |
setEllipseSize(java.lang.String ellipseSize)
Sets the Ellipse Size parameter of this tool . |
void |
setInputFeatureClass(java.lang.Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputEllipseFeatureClass(java.lang.Object outputEllipseFeatureClass)
Sets the Output Ellipse Feature Class parameter of this tool . |
void |
setWeightField(java.lang.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 DirectionalDistribution()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DirectionalDistribution(java.lang.Object inputFeatureClass, java.lang.Object outputEllipseFeatureClass, java.lang.String ellipseSize)
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 deviational ellipse will be calculated.outputEllipseFeatureClass
- a polygon feature class that will contain the output ellipse feature.ellipseSize
- the size of output ellipses in standard deviations. The default ellipse size is 1; valid choices are 1, 2, or 3 standard deviations.Method Detail |
---|
public java.lang.Object getInputFeatureClass()
public void setInputFeatureClass(java.lang.Object inputFeatureClass)
inputFeatureClass
- a feature class containing a distribution of features for which the standard deviational ellipse will be calculated.public java.lang.Object getOutputEllipseFeatureClass()
public void setOutputEllipseFeatureClass(java.lang.Object outputEllipseFeatureClass)
outputEllipseFeatureClass
- a polygon feature class that will contain the output ellipse feature.public java.lang.String getEllipseSize()
public void setEllipseSize(java.lang.String ellipseSize)
ellipseSize
- the size of output ellipses in standard deviations. The default ellipse size is 1; valid choices are 1, 2, or 3 standard deviations.public java.lang.Object getWeightField()
public void setWeightField(java.lang.Object weightField)
weightField
- the numeric field used to weight locations according to their relative importance.public java.lang.Object getCaseField()
public void setCaseField(java.lang.Object caseField)
caseField
- field used to group features for separate directional distribution calculations. The case field can be of numeric, date, or string type.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |