|
|||||||||
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.MosaicToNewRaster
public class MosaicToNewRaster
Mosaics multiple raster datasets into a new raster dataset. The Mosaic To New Raster tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MosaicToNewRaster()
Creates the Mosaic To New Raster tool with defaults. |
|
MosaicToNewRaster(Object inputRasters,
Object outputLocation,
String rasterDatasetNameWithExtension,
int numberOfBands)
Creates the Mosaic To New Raster tool with the required parameters. |
Method Summary | |
---|---|
double |
getCellsize()
Returns the Cellsize parameter of this tool . |
Object |
getCoordinateSystemForTheRaster()
Returns the Spatial Reference for Raster parameter of this tool . |
Object |
getInputRasters()
Returns the Input Rasters parameter of this tool . |
String |
getMosaicColormapMode()
Returns the Mosaic Colormap Mode parameter of this tool . |
String |
getMosaicMethod()
Returns the Mosaic Operator parameter of this tool . |
int |
getNumberOfBands()
Returns the Number of Bands parameter of this tool . |
Object |
getOutputLocation()
Returns the Output Location parameter of this tool . |
Object |
getOutputRasterDataset()
Returns the Output Raster Dataset parameter of this tool (Read only). |
String |
getPixelType()
Returns the Pixel Type parameter of this tool . |
String |
getRasterDatasetNameWithExtension()
Returns the Raster Dataset Name with Extension 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 |
setCellsize(double cellsize)
Sets the Cellsize parameter of this tool . |
void |
setCoordinateSystemForTheRaster(Object coordinateSystemForTheRaster)
Sets the Spatial Reference for Raster parameter of this tool . |
void |
setInputRasters(Object inputRasters)
Sets the Input Rasters parameter of this tool . |
void |
setMosaicColormapMode(String mosaicColormapMode)
Sets the Mosaic Colormap Mode parameter of this tool . |
void |
setMosaicMethod(String mosaicMethod)
Sets the Mosaic Operator parameter of this tool . |
void |
setNumberOfBands(int numberOfBands)
Sets the Number of Bands parameter of this tool . |
void |
setOutputLocation(Object outputLocation)
Sets the Output Location parameter of this tool . |
void |
setPixelType(String pixelType)
Sets the Pixel Type parameter of this tool . |
void |
setRasterDatasetNameWithExtension(String rasterDatasetNameWithExtension)
Sets the Raster Dataset Name with Extension 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 MosaicToNewRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MosaicToNewRaster(Object inputRasters, Object outputLocation, String rasterDatasetNameWithExtension, int numberOfBands)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputRasters
- the input raster datasets.outputLocation
- the path to contain the raster dataset. The path can be to a folder or geodatabase.rasterDatasetNameWithExtension
- 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.numberOfBands
- nullMethod Detail |
---|
public Object getInputRasters()
public void setInputRasters(Object inputRasters)
inputRasters
- the input raster datasets.public Object getOutputLocation()
public void setOutputLocation(Object outputLocation)
outputLocation
- the path to contain the raster dataset. The path can be to a folder or geodatabase.public String getRasterDatasetNameWithExtension()
public void setRasterDatasetNameWithExtension(String rasterDatasetNameWithExtension)
rasterDatasetNameWithExtension
- 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.public Object getCoordinateSystemForTheRaster()
public void setCoordinateSystemForTheRaster(Object coordinateSystemForTheRaster)
coordinateSystemForTheRaster
- specifies the map projection of the output raster mosaic.public String getPixelType()
public void setPixelType(String pixelType)
pixelType
- nullpublic double getCellsize()
public void setCellsize(double cellsize)
cellsize
- the cell size for the new raster dataset.public int getNumberOfBands()
public void setNumberOfBands(int numberOfBands)
numberOfBands
- nullpublic String getMosaicMethod()
public void setMosaicMethod(String mosaicMethod)
mosaicMethod
- the method used to mosaic overlapping areas. for more information about each mosaic operator, refer to Mosaic Operator.public String getMosaicColormapMode()
public void setMosaicColormapMode(String mosaicColormapMode)
mosaicColormapMode
- applies when the input raster datasets have a colormap. the method used to choose which colormap from the input rasters will be applied to the mosaic output. for more information about each colormap mode, refer to Mosaic colormap mode.public Object getOutputRasterDataset()
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 |