|
|||||||||
| 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.datamanagementtools.ExtractSubDataset
public class ExtractSubDataset
Extracts raster datasets stored within a subdataset raster file. The Extract Subdataset tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ExtractSubDataset()
Creates the Extract Subdataset tool with defaults. |
|
ExtractSubDataset(Object inRaster,
Object outRaster)
Creates the Extract Subdataset tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
Object |
getOutRaster()
Returns the Output Raster parameter of this tool . |
Object |
getSubdatasetIndex()
Returns the Subdataset ID 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 |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output Raster parameter of this tool . |
void |
setSubdatasetIndex(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 |
|---|
public ExtractSubDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExtractSubDataset(Object inRaster,
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.
inRaster - Raster dataset, the input subdataset raster format. Valid inputs can either be HDF or NITF files.outRaster - Raster dataset, when storing your raster dataset to a geodatabase you, can specify a compression type.| Method Detail |
|---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster - Raster dataset, the input subdataset raster format. Valid inputs can either be HDF or NITF files.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster dataset, when storing your raster dataset to a geodatabase you, can specify a compression type.public Object getSubdatasetIndex()
public void setSubdatasetIndex(Object subdatasetIndex)
subdatasetIndex - Subdataset, define the subdatasets that you want to extract.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 | ||||||||