|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.GaussianGeostatisticalSimulations
public class GaussianGeostatisticalSimulations
This tool performs conditional or unconditional geostatistical simulation based on a Simple Kriging model.
The Gaussian Geostatistical Simulations tool is contained in the Geostatistical Analyst Tools tool box.
Learn more about Gaussian Geostatistical Simulations
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
GaussianGeostatisticalSimulations()
Creates the Gaussian Geostatistical Simulations tool with defaults. |
|
GaussianGeostatisticalSimulations(Object inGeostatLayer,
int numberOfRealizations,
Object outputWorkspace,
String outputSimulationPrefix)
Creates the Gaussian Geostatistical Simulations tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getConditioningField()
Returns the Conditioning field parameter of this tool . |
Object |
getInBoundingDataset()
Returns the Bounding feature class parameter of this tool . |
Object |
getInConditioningFeatures()
Returns the Conditioning dataset parameter of this tool . |
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
Object |
getInStatsPolygons()
Returns the Input statistical polygons parameter of this tool . |
int |
getNumberOfRealizations()
Returns the Number of realizations parameter of this tool . |
double |
getOutConvergenceValue()
Returns the Convergence parameter of this tool (Read only). |
Object |
getOutPolygonStat()
Returns the Output statistical polygons parameter of this tool (Read only). |
String |
getOutputSimulationPrefix()
Returns the Output simulation prefix parameter of this tool . |
Object |
getOutputWorkspace()
Returns the Output workspace parameter of this tool . |
Object |
getOutRasterSimulation()
Returns the Output simulation rasters parameter of this tool (Read only). |
Object |
getOutRasterStat()
Returns the Output statistical rasters parameter of this tool (Read only). |
Object |
getOutWorkspace()
Returns the Output workspace parameter of this tool (Read only). |
double |
getQuantile()
Returns the Quantile (0 |
Object |
getRasterStatType()
Returns the Raster statistics type parameter of this tool . |
String |
getSaveSimulatedRasters()
Returns the Save simulated rasters parameter of this tool . |
double |
getThreshold()
Returns the Threshold 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 |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setConditioningField(Object conditioningField)
Sets the Conditioning field parameter of this tool . |
void |
setInBoundingDataset(Object inBoundingDataset)
Sets the Bounding feature class parameter of this tool . |
void |
setInConditioningFeatures(Object inConditioningFeatures)
Sets the Conditioning dataset parameter of this tool . |
void |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer parameter of this tool . |
void |
setInStatsPolygons(Object inStatsPolygons)
Sets the Input statistical polygons parameter of this tool . |
void |
setNumberOfRealizations(int numberOfRealizations)
Sets the Number of realizations parameter of this tool . |
void |
setOutputSimulationPrefix(String outputSimulationPrefix)
Sets the Output simulation prefix parameter of this tool . |
void |
setOutputWorkspace(Object outputWorkspace)
Sets the Output workspace parameter of this tool . |
void |
setQuantile(double quantile)
Sets the Quantile (0 |
void |
setRasterStatType(Object rasterStatType)
Sets the Raster statistics type parameter of this tool . |
void |
setSaveSimulatedRasters(String saveSimulatedRasters)
Sets the Save simulated rasters parameter of this tool . |
void |
setThreshold(double threshold)
Sets the Threshold 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 GaussianGeostatisticalSimulations()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GaussianGeostatisticalSimulations(Object inGeostatLayer,
int numberOfRealizations,
Object outputWorkspace,
String outputSimulationPrefix)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeostatLayer - Geostatistical Layer, input a geostatistical layer resulting from a Simple Kriging model.numberOfRealizations - Long, the number of realizations to perform.outputWorkspace - Workspace, the workspace for all the output results.outputSimulationPrefix - String, 1- to 3-character alphanumeric prefix that will automatically be added to the output dataset names.| Method Detail |
|---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer - Geostatistical Layer, input a geostatistical layer resulting from a Simple Kriging model.public int getNumberOfRealizations()
public void setNumberOfRealizations(int numberOfRealizations)
numberOfRealizations - Long, the number of realizations to perform.public Object getOutputWorkspace()
public void setOutputWorkspace(Object outputWorkspace)
outputWorkspace - Workspace, the workspace for all the output results.public String getOutputSimulationPrefix()
public void setOutputSimulationPrefix(String outputSimulationPrefix)
outputSimulationPrefix - String, 1- to 3-character alphanumeric prefix that will automatically be added to the output dataset names.public Object getInConditioningFeatures()
public void setInConditioningFeatures(Object inConditioningFeatures)
inConditioningFeatures - Feature Layer, the features that are used to condition the realizations. Leave this blank to produce unconditional realizations.public Object getConditioningField()
public void setConditioningField(Object conditioningField)
conditioningField - Field, the field used to condition the realizations. Leave this blank to produce unconditional realizations.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, this will default to the value set in the environment settings (if it has been specified). Otherwise, the default is the shorter of the width or the height of the extent of the input point features divided by 250.public Object getInBoundingDataset()
public void setInBoundingDataset(Object inBoundingDataset)
inBoundingDataset - Feature Layer, the feature outline to which the analysis is to be limited. If point features are entered, then a convex hull polygon will be created automatically and the realizations will be performed within that polygon.public String getSaveSimulatedRasters()
public void setSaveSimulatedRasters(String saveSimulatedRasters)
saveSimulatedRasters - String, the option of whether the simulated rasters be persisted (saved to disk).public double getQuantile()
- Returns:
- the Quantile (0
setQuantile
public void setQuantile(double quantile)
- Sets the Quantile (0
- Parameters:
quantile- Double, the quantile value (0 < Q < 1) for which the output raster will be generated.
getThreshold
public double getThreshold()
- Returns the Threshold parameter of this tool . This parameter is Double, the threshold value for which the output raster will be generated. This is an optional parameter.
- Returns:
- the Threshold
setThreshold
public void setThreshold(double threshold)
- Sets the Threshold parameter of this tool . This parameter is Double, the threshold value for which the output raster will be generated. This is an optional parameter.
- Parameters:
threshold- Double, the threshold value for which the output raster will be generated.
getInStatsPolygons
public Object getInStatsPolygons()
- Returns the Input statistical polygons parameter of this tool . This parameter is Feature Layer, input polygons representing areas of interest for the summary statistics to be calculated. This is an optional parameter.
- Returns:
- the Input statistical polygons
setInStatsPolygons
public void setInStatsPolygons(Object inStatsPolygons)
- Sets the Input statistical polygons parameter of this tool . This parameter is Feature Layer, input polygons representing areas of interest for the summary statistics to be calculated. This is an optional parameter.
- Parameters:
inStatsPolygons- Feature Layer, input polygons representing areas of interest for the summary statistics to be calculated.
getRasterStatType
public Object getRasterStatType()
- Returns the Raster statistics type parameter of this tool . This parameter is Multiple Value, the simulated rasters are post-processed on a cell by cell basis. Each of the selected statistics will be calculated and reported in an output raster. This is an optional parameter.
- Returns:
- the Raster statistics type
setRasterStatType
public void setRasterStatType(Object rasterStatType)
- Sets the Raster statistics type parameter of this tool . This parameter is Multiple Value, the simulated rasters are post-processed on a cell by cell basis. Each of the selected statistics will be calculated and reported in an output raster. This is an optional parameter.
- Parameters:
rasterStatType- Multiple Value, the simulated rasters are post-processed on a cell by cell basis. Each of the selected statistics will be calculated and reported in an output raster.
getOutWorkspace
public Object getOutWorkspace()
- Returns the Output workspace parameter of this tool (Read only). This is an derived parameter.
- Returns:
- the Output workspace
getOutPolygonStat
public Object getOutPolygonStat()
- Returns the Output statistical polygons parameter of this tool (Read only). This is an derived parameter.
- Returns:
- the Output statistical polygons
getOutRasterSimulation
public Object getOutRasterSimulation()
- Returns the Output simulation rasters parameter of this tool (Read only). This is an derived parameter.
- Returns:
- the Output simulation rasters
getOutRasterStat
public Object getOutRasterStat()
- Returns the Output statistical rasters parameter of this tool (Read only). This is an derived parameter.
- Returns:
- the Output statistical rasters
getOutConvergenceValue
public double getOutConvergenceValue()
- Returns the Convergence parameter of this tool (Read only). This is an derived parameter.
- Returns:
- the Convergence
getToolName
public String getToolName()
- Returns the name of this tool.
- Returns:
- the tool name
getToolboxName
public String getToolboxName()
- Returns the name of the tool box containing this tool.
- Returns:
- the tool box name
getToolboxAlias
public String getToolboxAlias()
- Returns the alias of the tool box containing this tool.
- Returns:
- the tool box alias
Overview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD