|
|||||||||
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.analyst3dtools.TerrainToRaster
public class TerrainToRaster
Converts a terrain dataset into a raster. The Terrain to Raster tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TerrainToRaster()
Creates the Terrain to Raster tool with defaults. |
|
TerrainToRaster(Object inTerrain,
Object outRaster)
Creates the Terrain to Raster tool with the required parameters. |
Method Summary | |
---|---|
String |
getDataType()
Returns the Output Data Type parameter of this tool . |
Object |
getInTerrain()
Returns the Input Terrain parameter of this tool . |
String |
getMethod()
Returns the Method parameter of this tool . |
Object |
getOutRaster()
Returns the Output Raster parameter of this tool . |
double |
getPyramidLevelResolution()
Returns the Pyramid Level Resolution parameter of this tool . |
String |
getSampleDistance()
Returns the Sampling Distance 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 |
setDataType(String dataType)
Sets the Output Data Type parameter of this tool . |
void |
setInTerrain(Object inTerrain)
Sets the Input Terrain parameter of this tool . |
void |
setMethod(String method)
Sets the Method parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output Raster parameter of this tool . |
void |
setPyramidLevelResolution(double pyramidLevelResolution)
Sets the Pyramid Level Resolution parameter of this tool . |
void |
setSampleDistance(String sampleDistance)
Sets the Sampling Distance 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 TerrainToRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TerrainToRaster(Object inTerrain, Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTerrain
- the terrain dataset to be converted.outRaster
- the raster to be created.Method Detail |
---|
public Object getInTerrain()
public void setInTerrain(Object inTerrain)
inTerrain
- the terrain dataset to be converted.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the raster to be created.public String getDataType()
public void setDataType(String dataType)
dataType
- the data type of the output raster. It can be either 32 bit floating point or 32 bit integer.public String getMethod()
public void setMethod(String method)
method
- the interpolation method. The default is LINEAR.public String getSampleDistance()
public void setSampleDistance(String sampleDistance)
sampleDistance
- controls the cellsize of the output raster. The cellsize is set in one of two ways. You can use the OBSERVERS option to specify how many cells you want on the longest side. The tool will then calculate the cellsize for you. Alternately, you can use the CELLSIZE option to give an explicit value.public double getPyramidLevelResolution()
public void setPyramidLevelResolution(double pyramidLevelResolution)
pyramidLevelResolution
- the resolution, given in z-tolerance or window size, of the pyramid level to use for conversion. The default is 0, full resolution.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 |