|
|||||||||
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.GAMovingWindowKriging
public class GAMovingWindowKriging
Recalculates the Range, Nugget, and Partial Sill semivariogram parameters based on a smaller neighborhood, moving through all location points. The Moving Window Kriging tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GAMovingWindowKriging()
Creates the Moving Window Kriging tool with defaults. |
|
GAMovingWindowKriging(Object inGaModelSource,
Object inDatasets,
Object inLocations,
int neighborsMax,
Object outFeatureclass)
Creates the Moving Window Kriging tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInDatasets()
Returns the Input dataset(s) parameter of this tool . |
Object |
getInGaModelSource()
Returns the Geostatistical model source parameter of this tool . |
Object |
getInLocations()
Returns the Point observation locations parameter of this tool . |
int |
getNeighborsMax()
Returns the Neighbors to include parameter of this tool . |
Object |
getOutFeatureclass()
Returns the Output feature class parameter of this tool . |
Object |
getOutSurfaceGrid()
Returns the Output surface raster 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 |
setInDatasets(Object inDatasets)
Sets the Input dataset(s) parameter of this tool . |
void |
setInGaModelSource(Object inGaModelSource)
Sets the Geostatistical model source parameter of this tool . |
void |
setInLocations(Object inLocations)
Sets the Point observation locations parameter of this tool . |
void |
setNeighborsMax(int neighborsMax)
Sets the Neighbors to include parameter of this tool . |
void |
setOutFeatureclass(Object outFeatureclass)
Sets the Output feature class parameter of this tool . |
void |
setOutSurfaceGrid(Object outSurfaceGrid)
Sets the Output surface raster 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 GAMovingWindowKriging()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GAMovingWindowKriging(Object inGaModelSource, Object inDatasets, Object inLocations, int neighborsMax, Object outFeatureclass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGaModelSource
- the geostatistical model source to be analyzed.inDatasets
- input dataset(s) displays two pieces:inLocations
- point locations where predictions or validations will be performed.neighborsMax
- number of neighbors to use in the moving window.outFeatureclass
- feature class storing the results.Method Detail |
---|
public Object getInGaModelSource()
public void setInGaModelSource(Object inGaModelSource)
inGaModelSource
- the geostatistical model source to be analyzed.public Object getInDatasets()
public void setInDatasets(Object inDatasets)
inDatasets
- input dataset(s) displays two pieces:public Object getInLocations()
public void setInLocations(Object inLocations)
inLocations
- point locations where predictions or validations will be performed.public int getNeighborsMax()
public void setNeighborsMax(int neighborsMax)
neighborsMax
- number of neighbors to use in the moving window.public Object getOutFeatureclass()
public void setOutFeatureclass(Object outFeatureclass)
outFeatureclass
- feature class storing the results.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize
- the cell size at which the output raster will be created. this value can be explicitly set under Raster Analysis from the Environment Settings. If not set, it is the shorter of the width or the height of the extent of the input point features, in the input spatial reference, divided by 250.public Object getOutSurfaceGrid()
public void setOutSurfaceGrid(Object outSurfaceGrid)
outSurfaceGrid
- the Prediction values in the output feature class are interpolated onto a raster using the Local Polynomial Interpolation method.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 |