|
|||||||||
| 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.analyst3dtools.Kriging
public class Kriging
Interpolates a surface from points using kriging.
The Kriging tool is contained in the 3D Analyst Tools tool box.
Learn more about how Kriging works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Kriging()
Creates the Kriging tool with defaults. |
|
Kriging(Object inPointFeatures,
Object zField,
Object outSurfaceRaster,
Object semiVariogramProps)
Creates the Kriging tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
Object |
getOutSurfaceRaster()
Returns the Output surface raster parameter of this tool . |
Object |
getOutVariancePredictionRaster()
Returns the Output variance of prediction raster parameter of this tool . |
Object |
getSearchRadius()
Returns the Search radius parameter of this tool . |
Object |
getSemiVariogramProps()
Returns the Semivariogram properties 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. |
Object |
getZField()
Returns the Z value field parameter of this tool . |
void |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setOutSurfaceRaster(Object outSurfaceRaster)
Sets the Output surface raster parameter of this tool . |
void |
setOutVariancePredictionRaster(Object outVariancePredictionRaster)
Sets the Output variance of prediction raster parameter of this tool . |
void |
setSearchRadius(Object searchRadius)
Sets the Search radius parameter of this tool . |
void |
setSemiVariogramProps(Object semiVariogramProps)
Sets the Semivariogram properties parameter of this tool . |
void |
setZField(Object zField)
Sets the Z value field 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 Kriging()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Kriging(Object inPointFeatures,
Object zField,
Object outSurfaceRaster,
Object semiVariogramProps)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPointFeatures - Composite Geodataset, the input point features containing the z-values to be interpolated into a surface raster.zField - Field, this can be a numeric field or the Shape field if the in_point_features contains z-values.outSurfaceRaster - Raster Dataset, the output raster surface to be created.semiVariogramProps - SemiVariogram, semivariogram model to be used.| Method Detail |
|---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures - Composite Geodataset, the input point features containing the z-values to be interpolated into a surface raster.public Object getZField()
public void setZField(Object zField)
zField - Field, this can be a numeric field or the Shape field if the in_point_features contains z-values.public Object getOutSurfaceRaster()
public void setOutSurfaceRaster(Object outSurfaceRaster)
outSurfaceRaster - Raster Dataset, the output raster surface to be created.public Object getSemiVariogramProps()
public void setSemiVariogramProps(Object semiVariogramProps)
semiVariogramProps - SemiVariogram, semivariogram model to be used.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, this will be the value in the environment if it is explicitly set. Otherwise, it is the shorter of the width or the height of the extent of in_point_features in the input spatial reference, divided by 250.public Object getSearchRadius()
public void setSearchRadius(Object searchRadius)
searchRadius - Radius, {distance} The distance, in map units, specifying that all input sample points within the specified radius will be used to perform interpolation. The default radius is five times the cell size of the output raster.
{minimum_number_of_points} An integer defining the minimum number of points to be used for interpolation. If the required number of points is not found within the specified radius, the search radius will be increased until the specified minimum number of points is found. The default is zero.public Object getOutVariancePredictionRaster()
public void setOutVariancePredictionRaster(Object outVariancePredictionRaster)
outVariancePredictionRaster - Raster Dataset, optional output raster where each cell contains the predicted semi-variance values for that location.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 | ||||||||