|
|||||||||
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.GALayerToGrid
public class GALayerToGrid
Exports a Geostatistical layer to a raster. The GA Layer To Grid tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GALayerToGrid()
Creates the GA Layer To Grid tool with defaults. |
|
GALayerToGrid(Object inGeostatLayer,
Object outSurfaceGrid)
Creates the GA Layer To Grid tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
Object |
getOutSurfaceGrid()
Returns the Output surface raster parameter of this tool . |
int |
getPointsPerBlockHorz()
Returns the # of points in the cell (horizontal) parameter of this tool . |
int |
getPointsPerBlockVert()
Returns the # of points in the cell (vertical) 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 |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer parameter of this tool . |
void |
setOutSurfaceGrid(Object outSurfaceGrid)
Sets the Output surface raster parameter of this tool . |
void |
setPointsPerBlockHorz(int pointsPerBlockHorz)
Sets the # of points in the cell (horizontal) parameter of this tool . |
void |
setPointsPerBlockVert(int pointsPerBlockVert)
Sets the # of points in the cell (vertical) 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 GALayerToGrid()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GALayerToGrid(Object inGeostatLayer, Object outSurfaceGrid)
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
- the geostatistical layer to be analyzed.outSurfaceGrid
- the raster to be created.Method Detail |
---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer
- the geostatistical layer to be analyzed.public Object getOutSurfaceGrid()
public void setOutSurfaceGrid(Object outSurfaceGrid)
outSurfaceGrid
- the raster to be created.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 int getPointsPerBlockHorz()
public void setPointsPerBlockHorz(int pointsPerBlockHorz)
pointsPerBlockHorz
- the number of predictions for each cell in the horizontal direction for block interpolation.public int getPointsPerBlockVert()
public void setPointsPerBlockVert(int pointsPerBlockVert)
pointsPerBlockVert
- the number of predictions for each cell in the vertical direction for block interpolation.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 |