|
|||||||||
| 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.GAMovingWindowKriging
public class GAMovingWindowKriging
The kriging model is automatically estimated for each neighborhood as the kriging interpolation moves through all the location points.
The Moving Window Kriging tool is contained in the Geostatistical Analyst Tools tool box.
Learn more about Moving Window Kriging
Software restrictions: none
| 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 grid 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 grid 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 - Geostatistical Layer | Geostatistical Model, input geostatistical model source.inDatasets - Geostatistical Value Table, this input has two sections:inLocations - Feature Layer, the locations of the points where the predictions will be performed.neighborsMax - Long, number of neighbors to use in the moving window.outFeatureclass - Feature Class, the name of the output featureclass.| Method Detail |
|---|
public Object getInGaModelSource()
public void setInGaModelSource(Object inGaModelSource)
inGaModelSource - Geostatistical Layer | Geostatistical Model, input geostatistical model source.public Object getInDatasets()
public void setInDatasets(Object inDatasets)
inDatasets - Geostatistical Value Table, this input has two sections:public Object getInLocations()
public void setInLocations(Object inLocations)
inLocations - Feature Layer, the locations of the points where the predictions will be performed.public int getNeighborsMax()
public void setNeighborsMax(int neighborsMax)
neighborsMax - Long, number of neighbors to use in the moving window.public Object getOutFeatureclass()
public void setOutFeatureclass(Object outFeatureclass)
outFeatureclass - Feature Class, the name of the output featureclass.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Double, the cell size at which the output GRID will be created.public Object getOutSurfaceGrid()
public void setOutSurfaceGrid(Object outSurfaceGrid)
outSurfaceGrid - Raster Dataset, the Prediction values in the output feature class are interpolated using thepublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||