|
|||||||||
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.geostatisticalanalysttools.SubsetFeatures
public class SubsetFeatures
Divides the original dataset into two parts: one part to be used to model the spatial structure and produce a surface, the other to be used to compare and validate the output surface. The Subset Features tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SubsetFeatures()
Creates the Subset Features tool with defaults. |
|
SubsetFeatures(Object inFeatures,
Object outTrainingFeatures)
Creates the Subset Features tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInFeatures()
Returns the Input feature class parameter of this tool . |
Object |
getOutTestFeatures()
Returns the Output test feature class parameter of this tool . |
Object |
getOutTrainingFeatures()
Returns the Output training feature class parameter of this tool . |
double |
getSizeOfTrainingDataset()
Returns the Size of training feature subset parameter of this tool . |
String |
getSubsetSizeUnits()
Returns the Subset size units 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 |
setInFeatures(Object inFeatures)
Sets the Input feature class parameter of this tool . |
void |
setOutTestFeatures(Object outTestFeatures)
Sets the Output test feature class parameter of this tool . |
void |
setOutTrainingFeatures(Object outTrainingFeatures)
Sets the Output training feature class parameter of this tool . |
void |
setSizeOfTrainingDataset(double sizeOfTrainingDataset)
Sets the Size of training feature subset parameter of this tool . |
void |
setSubsetSizeUnits(String subsetSizeUnits)
Sets the Subset size units 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 SubsetFeatures()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SubsetFeatures(Object inFeatures, Object outTrainingFeatures)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- points, lines, or polygon features to create a subset from.outTrainingFeatures
- the subset of training features to be created.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- points, lines, or polygon features to create a subset from.public Object getOutTrainingFeatures()
public void setOutTrainingFeatures(Object outTrainingFeatures)
outTrainingFeatures
- the subset of training features to be created.public Object getOutTestFeatures()
public void setOutTestFeatures(Object outTestFeatures)
outTestFeatures
- the subset of test features to be created.public double getSizeOfTrainingDataset()
public void setSizeOfTrainingDataset(double sizeOfTrainingDataset)
sizeOfTrainingDataset
- the size of the output training feature class entered either as a percentage of the input features or as an absolute number of features.public String getSubsetSizeUnits()
public void setSubsetSizeUnits(String subsetSizeUnits)
subsetSizeUnits
- type of subset size.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 |