|
|||||||||
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.datamanagementtools.RasterToDTED
public class RasterToDTED
Splits a raster dataset into files based on the DTED tiling structure. The Raster To DTED tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToDTED()
Creates the Raster To DTED tool with defaults. |
|
RasterToDTED(Object inRaster,
Object outFolder,
String dtedLevel)
Creates the Raster To DTED tool with the required parameters. |
Method Summary | |
---|---|
String |
getDtedLevel()
Returns the DTED Level parameter of this tool . |
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
Object |
getOutFolder()
Returns the Output Folder parameter of this tool . |
String |
getOutStatus()
Returns the parameter of this tool (Read only). |
String |
getResamplingType()
Returns the Resampling Techinque 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 |
setDtedLevel(String dtedLevel)
Sets the DTED Level parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setOutFolder(Object outFolder)
Sets the Output Folder parameter of this tool . |
void |
setResamplingType(String resamplingType)
Sets the Resampling Techinque 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 RasterToDTED()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToDTED(Object inRaster, Object outFolder, String dtedLevel)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster
- the input raster dataset. the input must be a single band raster dataset representing elevation.outFolder
- the output folder where the folder structure and DTED files will be created.dtedLevel
- the DTED level to use when creating your tiles.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster dataset. the input must be a single band raster dataset representing elevation.public Object getOutFolder()
public void setOutFolder(Object outFolder)
outFolder
- the output folder where the folder structure and DTED files will be created.public String getDtedLevel()
public void setDtedLevel(String dtedLevel)
dtedLevel
- the DTED level to use when creating your tiles.public String getResamplingType()
public void setResamplingType(String resamplingType)
resamplingType
- choose the resampling method to use when creating the DTEDs. The default is bilinear interpolation resampling.public String getOutStatus()
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 |