|
|||||||||
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.samples.WorkspaceToMosaic
public class WorkspaceToMosaic
Mosaics all the raster datasets in a workspace, or geodatabase, to an output raster dataset. The output raster dataset must already exist. The Workspace to Mosaic tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
WorkspaceToMosaic()
Creates the Workspace to Mosaic tool with defaults. |
|
WorkspaceToMosaic(Object inputWorkspace,
Object outputRaster,
String mosaicColormapMode)
Creates the Workspace to Mosaic tool with the required parameters. |
Method Summary | |
---|---|
String |
getConvert1BitDataTo8Bit()
Returns the Convert 1 bit data to 8 bit parameter of this tool . |
Object |
getDerivedOutputRaster()
Returns the Derived Output Raster parameter of this tool (Read only). |
double |
getIgnoreBackgroundValue()
Returns the Ignore Background Value parameter of this tool . |
Object |
getInputWorkspace()
Returns the Input Workspace parameter of this tool . |
String |
getMosaicColormapMode()
Returns the Mosaic Colormap Mode parameter of this tool . |
String |
getMosaicMethod()
Returns the Mosaic Method parameter of this tool . |
double |
getMosaicTolerance()
Returns the Mosaic Tolerance parameter of this tool . |
double |
getNodataValue()
Returns the Nodata Value parameter of this tool . |
Object |
getOutputRaster()
Returns the Output Raster 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 |
setConvert1BitDataTo8Bit(String convert1BitDataTo8Bit)
Sets the Convert 1 bit data to 8 bit parameter of this tool . |
void |
setIgnoreBackgroundValue(double ignoreBackgroundValue)
Sets the Ignore Background Value parameter of this tool . |
void |
setInputWorkspace(Object inputWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setMosaicColormapMode(String mosaicColormapMode)
Sets the Mosaic Colormap Mode parameter of this tool . |
void |
setMosaicMethod(String mosaicMethod)
Sets the Mosaic Method parameter of this tool . |
void |
setMosaicTolerance(double mosaicTolerance)
Sets the Mosaic Tolerance parameter of this tool . |
void |
setNodataValue(double nodataValue)
Sets the Nodata Value parameter of this tool . |
void |
setOutputRaster(Object outputRaster)
Sets the Output Raster 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 WorkspaceToMosaic()
Initializes the array of tool parameters with the default values specified when the tool was created.
public WorkspaceToMosaic(Object inputWorkspace, Object outputRaster, String mosaicColormapMode)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputWorkspace
- nulloutputRaster
- nullmosaicColormapMode
- nullMethod Detail |
---|
public Object getInputWorkspace()
public void setInputWorkspace(Object inputWorkspace)
inputWorkspace
- nullpublic Object getOutputRaster()
public void setOutputRaster(Object outputRaster)
outputRaster
- nullpublic String getMosaicMethod()
public void setMosaicMethod(String mosaicMethod)
mosaicMethod
- nullpublic String getMosaicColormapMode()
public void setMosaicColormapMode(String mosaicColormapMode)
mosaicColormapMode
- nullpublic double getIgnoreBackgroundValue()
public void setIgnoreBackgroundValue(double ignoreBackgroundValue)
ignoreBackgroundValue
- nullpublic double getNodataValue()
public void setNodataValue(double nodataValue)
nodataValue
- nullpublic String getConvert1BitDataTo8Bit()
public void setConvert1BitDataTo8Bit(String convert1BitDataTo8Bit)
convert1BitDataTo8Bit
- nullpublic double getMosaicTolerance()
public void setMosaicTolerance(double mosaicTolerance)
mosaicTolerance
- nullpublic Object getDerivedOutputRaster()
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 |