|
|||||||||
| 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.GALayerToGrid
public class GALayerToGrid
Exports a Geostatistical layer to an ArcInfo GRID. The GA Layer To Grid tool is contained in the Geostatistical Analyst Tools tool box.
Software restrictions: none
| 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 grid 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 grid 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 - Geostatistical Layer, input Geostatistical layer.outSurfaceGrid - Raster Dataset, the ArcInfo GRID to be created.| Method Detail |
|---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer - Geostatistical Layer, input Geostatistical layer.public Object getOutSurfaceGrid()
public void setOutSurfaceGrid(Object outSurfaceGrid)
outSurfaceGrid - Raster Dataset, the ArcInfo GRID to be created.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, the cell size at which the output GRID will be created.public int getPointsPerBlockHorz()
public void setPointsPerBlockHorz(int pointsPerBlockHorz)
pointsPerBlockHorz - Long, the number of predictions for each cell in the horizontal direction for block interpolation.public int getPointsPerBlockVert()
public void setPointsPerBlockVert(int pointsPerBlockVert)
pointsPerBlockVert - Long, 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 | ||||||||