com.esri.arcgis.geoprocessing.tools.samples
Class WorkspaceToNewMosaic

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

public class WorkspaceToNewMosaic
extends AbstractGPTool

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.

Usage tips:


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(java.lang.Object inputWorkspace, java.lang.Object outputLocation, java.lang.String ouputRasterName)
          Creates the Workspace to New Mosaic tool with the required parameters.
 
Method Summary
 java.lang.String getColormapMode()
          Returns the Colormap Mode parameter of this tool .
 java.lang.String getConfigKeyword()
          Returns the Config Keyword parameter of this tool .
 java.lang.String getConvert1BitDataTo8Bit()
          Returns the Convert 1 bit data to 8 bit parameter of this tool .
 java.lang.Object getDerivedRaster()
          Returns the Derived Raster parameter of this tool (Read only).
 double getIgnoreBackgroundValue()
          Returns the Ignore Background Value parameter of this tool .
 java.lang.Object getInputWorkspace()
          Returns the Input Workspace parameter of this tool .
 java.lang.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 .
 java.lang.String getOuputRasterName()
          Returns the Ouput Raster Name parameter of this tool .
 java.lang.Object getOutputLocation()
          Returns the Output Location parameter of this tool .
 java.lang.Object getPyramidOrigin()
          Returns the Pyramid Origin 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 setColormapMode(java.lang.String colormapMode)
          Sets the Colormap Mode parameter of this tool .
 void setConfigKeyword(java.lang.String configKeyword)
          Sets the Config Keyword parameter of this tool .
 void setConvert1BitDataTo8Bit(java.lang.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(java.lang.Object inputWorkspace)
          Sets the Input Workspace parameter of this tool .
 void setMosaicMode(java.lang.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(java.lang.String ouputRasterName)
          Sets the Ouput Raster Name parameter of this tool .
 void setOutputLocation(java.lang.Object outputLocation)
          Sets the Output Location parameter of this tool .
 void setPyramidOrigin(java.lang.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

WorkspaceToNewMosaic

public WorkspaceToNewMosaic()
Creates the Workspace to New Mosaic tool with defaults.

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


WorkspaceToNewMosaic

public WorkspaceToNewMosaic(java.lang.Object inputWorkspace,
                            java.lang.Object outputLocation,
                            java.lang.String ouputRasterName)
Creates the Workspace to New Mosaic 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:
inputWorkspace - null
outputLocation - null
ouputRasterName - null
Method Detail

getInputWorkspace

public java.lang.Object getInputWorkspace()
Returns the Input Workspace parameter of this tool . This is a required parameter.

Returns:
the Input Workspace

setInputWorkspace

public void setInputWorkspace(java.lang.Object inputWorkspace)
Sets the Input Workspace parameter of this tool . This is a required parameter.

Parameters:
inputWorkspace - null

getOutputLocation

public java.lang.Object getOutputLocation()
Returns the Output Location parameter of this tool . This is a required parameter.

Returns:
the Output Location

setOutputLocation

public void setOutputLocation(java.lang.Object outputLocation)
Sets the Output Location parameter of this tool . This is a required parameter.

Parameters:
outputLocation - null

getOuputRasterName

public java.lang.String getOuputRasterName()
Returns the Ouput Raster Name parameter of this tool . This is a required parameter.

Returns:
the Ouput Raster Name

setOuputRasterName

public void setOuputRasterName(java.lang.String ouputRasterName)
Sets the Ouput Raster Name parameter of this tool . This is a required parameter.

Parameters:
ouputRasterName - null

getConfigKeyword

public java.lang.String getConfigKeyword()
Returns the Config Keyword parameter of this tool . This is an optional parameter.

Returns:
the Config Keyword

setConfigKeyword

public void setConfigKeyword(java.lang.String configKeyword)
Sets the Config Keyword parameter of this tool . This is an optional parameter.

Parameters:
configKeyword - null

getMosaicMode

public java.lang.String getMosaicMode()
Returns the Mosaic Mode parameter of this tool . This is an optional parameter.

Returns:
the Mosaic Mode

setMosaicMode

public void setMosaicMode(java.lang.String mosaicMode)
Sets the Mosaic Mode parameter of this tool . This is an optional parameter.

Parameters:
mosaicMode - null

getColormapMode

public java.lang.String getColormapMode()
Returns the Colormap Mode parameter of this tool . This is an optional parameter.

Returns:
the Colormap Mode

setColormapMode

public void setColormapMode(java.lang.String colormapMode)
Sets the Colormap Mode parameter of this tool . This is an optional parameter.

Parameters:
colormapMode - null

getPyramidOrigin

public java.lang.Object getPyramidOrigin()
Returns the Pyramid Origin parameter of this tool . This is an optional parameter.

Returns:
the Pyramid Origin

setPyramidOrigin

public void setPyramidOrigin(java.lang.Object pyramidOrigin)
Sets the Pyramid Origin parameter of this tool . This is an optional parameter.

Parameters:
pyramidOrigin - null

getIgnoreBackgroundValue

public double getIgnoreBackgroundValue()
Returns the Ignore Background Value parameter of this tool . This is an optional parameter.

Returns:
the Ignore Background Value

setIgnoreBackgroundValue

public void setIgnoreBackgroundValue(double ignoreBackgroundValue)
Sets the Ignore Background Value parameter of this tool . This is an optional parameter.

Parameters:
ignoreBackgroundValue - null

getNodataValue

public double getNodataValue()
Returns the Nodata Value parameter of this tool . This is an optional parameter.

Returns:
the Nodata Value

setNodataValue

public void setNodataValue(double nodataValue)
Sets the Nodata Value parameter of this tool . This is an optional parameter.

Parameters:
nodataValue - null

getConvert1BitDataTo8Bit

public java.lang.String getConvert1BitDataTo8Bit()
Returns the Convert 1 bit data to 8 bit parameter of this tool . This is an optional parameter.

Returns:
the Convert 1 bit data to 8 bit

setConvert1BitDataTo8Bit

public void setConvert1BitDataTo8Bit(java.lang.String convert1BitDataTo8Bit)
Sets the Convert 1 bit data to 8 bit parameter of this tool . This is an optional parameter.

Parameters:
convert1BitDataTo8Bit - null

getMosaicTolerance

public double getMosaicTolerance()
Returns the Mosaic Tolerance parameter of this tool . This is an optional parameter.

Returns:
the Mosaic Tolerance

setMosaicTolerance

public void setMosaicTolerance(double mosaicTolerance)
Sets the Mosaic Tolerance parameter of this tool . This is an optional parameter.

Parameters:
mosaicTolerance - null

getDerivedRaster

public java.lang.Object getDerivedRaster()
Returns the Derived Raster parameter of this tool (Read only). This is an derived parameter.

Returns:
the Derived Raster

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