|
|||||||||
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.WorkspaceToNewMosaic
public class WorkspaceToNewMosaic
Creates a new raster dataset in the output location and mosaics all the raster datasets in the input workspace, or geodatabase, into it. The Workspace to New Mosaic tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
WorkspaceToNewMosaic()
Creates the Workspace to New Mosaic tool with defaults. |
|
WorkspaceToNewMosaic(Object inputWorkspace,
Object outputLocation,
String ouputRasterName)
Creates the Workspace to New Mosaic tool with the required parameters. |
Method Summary | |
---|---|
String |
getColormapMode()
Returns the Colormap Mode parameter of this tool . |
String |
getConfigKeyword()
Returns the Config Keyword parameter of this tool . |
String |
getConvert1BitDataTo8Bit()
Returns the Convert 1 bit data to 8 bit parameter of this tool . |
Object |
getDerivedRaster()
Returns the Derived 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 |
getMosaicMode()
Returns the Mosaic Mode parameter of this tool . |
double |
getMosaicTolerance()
Returns the Mosaic Tolerance parameter of this tool . |
double |
getNodataValue()
Returns the Nodata Value parameter of this tool . |
String |
getOuputRasterName()
Returns the Ouput Raster Name parameter of this tool . |
Object |
getOutputLocation()
Returns the Output Location parameter of this tool . |
Object |
getPyramidOrigin()
Returns the Pyramid Origin 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 |
setColormapMode(String colormapMode)
Sets the Colormap Mode parameter of this tool . |
void |
setConfigKeyword(String configKeyword)
Sets the Config Keyword parameter 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 |
setMosaicMode(String mosaicMode)
Sets the Mosaic Mode 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 |
setOuputRasterName(String ouputRasterName)
Sets the Ouput Raster Name parameter of this tool . |
void |
setOutputLocation(Object outputLocation)
Sets the Output Location parameter of this tool . |
void |
setPyramidOrigin(Object pyramidOrigin)
Sets the Pyramid Origin 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 WorkspaceToNewMosaic()
Initializes the array of tool parameters with the default values specified when the tool was created.
public WorkspaceToNewMosaic(Object inputWorkspace, Object outputLocation, String ouputRasterName)
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
- nulloutputLocation
- nullouputRasterName
- nullMethod Detail |
---|
public Object getInputWorkspace()
public void setInputWorkspace(Object inputWorkspace)
inputWorkspace
- nullpublic Object getOutputLocation()
public void setOutputLocation(Object outputLocation)
outputLocation
- nullpublic String getOuputRasterName()
public void setOuputRasterName(String ouputRasterName)
ouputRasterName
- nullpublic String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- nullpublic String getMosaicMode()
public void setMosaicMode(String mosaicMode)
mosaicMode
- nullpublic String getColormapMode()
public void setColormapMode(String colormapMode)
colormapMode
- nullpublic Object getPyramidOrigin()
public void setPyramidOrigin(Object pyramidOrigin)
pyramidOrigin
- 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 getDerivedRaster()
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 |