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

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

public class ExtractSubDataset
extends AbstractGPTool

Extracts raster datasets stored within a subdataset raster file. The Extract Subdataset 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
ExtractSubDataset()
          Creates the Extract Subdataset tool with defaults.
ExtractSubDataset(java.lang.Object inRaster, java.lang.Object outRaster)
          Creates the Extract Subdataset tool with the required parameters.
 
Method Summary
 java.lang.Object getInRaster()
          Returns the Input Raster parameter of this tool .
 java.lang.Object getOutRaster()
          Returns the Output Raster parameter of this tool .
 java.lang.Object getSubdatasetIndex()
          Returns the Subdataset ID parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInRaster(java.lang.Object inRaster)
          Sets the Input Raster parameter of this tool .
 void setOutRaster(java.lang.Object outRaster)
          Sets the Output Raster parameter of this tool .
 void setSubdatasetIndex(java.lang.Object subdatasetIndex)
          Sets the Subdataset ID 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

ExtractSubDataset

public ExtractSubDataset()
Creates the Extract Subdataset tool with defaults.

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


ExtractSubDataset

public ExtractSubDataset(java.lang.Object inRaster,
                         java.lang.Object outRaster)
Creates the Extract Subdataset 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 subdataset raster format. valid inputs can either be HDF or NITF files.
outRaster - the name and extension of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality.
Method Detail

getInRaster

public java.lang.Object getInRaster()
Returns the Input Raster parameter of this tool . This parameter is the input subdataset raster format. valid inputs can either be HDF or NITF files. This is a required parameter.

Returns:
the Input Raster

setInRaster

public void setInRaster(java.lang.Object inRaster)
Sets the Input Raster parameter of this tool . This parameter is the input subdataset raster format. valid inputs can either be HDF or NITF files. This is a required parameter.

Parameters:
inRaster - the input subdataset raster format. valid inputs can either be HDF or NITF files.

getOutRaster

public java.lang.Object getOutRaster()
Returns the Output Raster parameter of this tool . This parameter is the name and extension of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality. This is a required parameter.

Returns:
the Output Raster

setOutRaster

public void setOutRaster(java.lang.Object outRaster)
Sets the Output Raster parameter of this tool . This parameter is the name and extension of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality. This is a required parameter.

Parameters:
outRaster - the name and extension of the raster dataset to be created. when storing the raster dataset in a file format, you need to specify the file extension: when storing a raster dataset in a geodatabase, no file extension should be added to the name of the raster dataset. when storing your raster dataset to a JPEG file, a JPEG 2000 file, a TIFF file, or a geodatabase, you can specify a compression type and compression quality.

getSubdatasetIndex

public java.lang.Object getSubdatasetIndex()
Returns the Subdataset ID parameter of this tool . This parameter is define the subdatasets that you want to extract. This is an optional parameter.

Returns:
the Subdataset ID

setSubdatasetIndex

public void setSubdatasetIndex(java.lang.Object subdatasetIndex)
Sets the Subdataset ID parameter of this tool . This parameter is define the subdatasets that you want to extract. This is an optional parameter.

Parameters:
subdatasetIndex - define the subdatasets that you want to extract.

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias