|
|||||||||
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.DirectionalMean
public class DirectionalMean
Identifies the mean direction, length, and geographic center for a set of lines. The Linear Directional Mean tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
DirectionalMean()
Creates the Linear Directional Mean tool with defaults. |
|
DirectionalMean(Object inputFeatureClass,
Object outputFeatureClass,
String orientationOnly)
Creates the Linear Directional Mean tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCaseField()
Returns the Case Field parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
String |
getOrientationOnly()
Returns the Orientation Only parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output 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. |
void |
setCaseField(Object caseField)
Sets the Case Field parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOrientationOnly(String orientationOnly)
Sets the Orientation Only parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class 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 DirectionalMean()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DirectionalMean(Object inputFeatureClass, Object outputFeatureClass, String orientationOnly)
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 vectors for which the mean direction will be calculated.outputFeatureClass
- a line feature class that will contain the features representing the mean directions of the input feature class.orientationOnly
- nullMethod Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- the feature class containing vectors for which the mean direction will be calculated.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- a line feature class that will contain the features representing the mean directions of the input feature class.public String getOrientationOnly()
public void setOrientationOnly(String orientationOnly)
orientationOnly
- nullpublic Object getCaseField()
public void setCaseField(Object caseField)
caseField
- field used to group features for separate directional mean 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 |