|
|||||||||
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.CreateSpatiallyBalancedPoints
public class CreateSpatiallyBalancedPoints
The Create Spatially Balanced Points tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateSpatiallyBalancedPoints()
Creates the Create Spatially Balanced Points tool with defaults. |
|
CreateSpatiallyBalancedPoints(Object inProbabilityRaster,
Object outFeatureClass,
int numberOutputPoints)
Creates the Create Spatially Balanced Points tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInProbabilityRaster()
Returns the Inclusion probability raster [0,1] parameter of this tool . |
int |
getNumberOutputPoints()
Returns the Number of output points parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output point 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 |
setInProbabilityRaster(Object inProbabilityRaster)
Sets the Inclusion probability raster [0,1] parameter of this tool . |
void |
setNumberOutputPoints(int numberOutputPoints)
Sets the Number of output points parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output point 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 CreateSpatiallyBalancedPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateSpatiallyBalancedPoints(Object inProbabilityRaster, Object outFeatureClass, int numberOutputPoints)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inProbabilityRaster
- this raster defines the inclusion probabilities for each location in the area of interest. The location values range from 0 (low inclusion probability) to 1 (high inclusion probability).outFeatureClass
- the output feature class contains the selected sample locations and their inclusion probabilities.numberOutputPoints
- specify how many sample locations to generate.Method Detail |
---|
public Object getInProbabilityRaster()
public void setInProbabilityRaster(Object inProbabilityRaster)
inProbabilityRaster
- this raster defines the inclusion probabilities for each location in the area of interest. The location values range from 0 (low inclusion probability) to 1 (high inclusion probability).public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class contains the selected sample locations and their inclusion probabilities.public int getNumberOutputPoints()
public void setNumberOutputPoints(int numberOutputPoints)
numberOutputPoints
- specify how many sample locations to generate.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 |