|
|||||||||
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.MedianCenter
public class MedianCenter
Identifies the location that minimizes overall Euclidean distance to the features in a dataset. The Median Center tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MedianCenter()
Creates the Median Center tool with defaults. |
|
MedianCenter(Object inputFeatureClass,
Object outputFeatureClass)
Creates the Median Center tool with the required parameters. |
Method Summary | |
---|---|
Object |
getAttributeField()
Returns the Attribute Field parameter of this tool . |
Object |
getCaseField()
Returns the Case Field 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 . |
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 |
setAttributeField(Object attributeField)
Sets the Attribute Field parameter 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 |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output 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 MedianCenter()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MedianCenter(Object inputFeatureClass, Object outputFeatureClass)
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 for which the median center will be calculated.outputFeatureClass
- a point feature class that will contain the features representing the median centers of the input feature class.Method Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- a feature class for which the median center will be calculated.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- a point feature class that will contain the features representing the median centers of the input feature class.public Object getWeightField()
public void setWeightField(Object weightField)
weightField
- the numeric field used to create a weighted median center.public Object getCaseField()
public void setCaseField(Object caseField)
caseField
- field used to group features for separate median center calculations. The case field can be of numeric, date, or string type.public Object getAttributeField()
public void setAttributeField(Object attributeField)
attributeField
- numeric field(s) for which the data median value will be computed.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 |