com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class RasterToDTED

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.RasterToDTED
All Implemented Interfaces:
GPTool

public class RasterToDTED
extends AbstractGPTool

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.

Usage tips:


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

RasterToDTED

public RasterToDTED()
Creates the Raster To DTED tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


RasterToDTED

public RasterToDTED(Object inRaster,
                    Object outFolder,
                    String dtedLevel)
Creates the Raster To DTED tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

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

getInRaster

public Object getInRaster()
Returns the Input Raster parameter of this tool . This parameter is the input raster dataset. the input must be a single band raster dataset representing elevation. This is a required parameter.

Returns:
the Input Raster

setInRaster

public void setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . This parameter is the input raster dataset. the input must be a single band raster dataset representing elevation. This is a required parameter.

Parameters:
inRaster - the input raster dataset. the input must be a single band raster dataset representing elevation.

getOutFolder

public Object getOutFolder()
Returns the Output Folder parameter of this tool . This parameter is the output folder where the folder structure and DTED files will be created. This is a required parameter.

Returns:
the Output Folder

setOutFolder

public void setOutFolder(Object outFolder)
Sets the Output Folder parameter of this tool . This parameter is the output folder where the folder structure and DTED files will be created. This is a required parameter.

Parameters:
outFolder - the output folder where the folder structure and DTED files will be created.

getDtedLevel

public String getDtedLevel()
Returns the DTED Level parameter of this tool . This parameter is the DTED level to use when creating your tiles. This is a required parameter.

Returns:
the DTED Level

setDtedLevel

public void setDtedLevel(String dtedLevel)
Sets the DTED Level parameter of this tool . This parameter is the DTED level to use when creating your tiles. This is a required parameter.

Parameters:
dtedLevel - the DTED level to use when creating your tiles.

getResamplingType

public String getResamplingType()
Returns the Resampling Techinque parameter of this tool . This parameter is choose the resampling method to use when creating the DTEDs. The default is bilinear interpolation resampling. This is an optional parameter.

Returns:
the Resampling Techinque

setResamplingType

public void setResamplingType(String resamplingType)
Sets the Resampling Techinque parameter of this tool . This parameter is choose the resampling method to use when creating the DTEDs. The default is bilinear interpolation resampling. This is an optional parameter.

Parameters:
resamplingType - choose the resampling method to use when creating the DTEDs. The default is bilinear interpolation resampling.

getOutStatus

public String getOutStatus()
Returns the parameter of this tool (Read only). This is an derived parameter.

Returns:
the

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias