|
|||||||||
| 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
Mosaic multiple raster datasets into a new raster dataset. The Mosaic To New Raster 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 | |
|---|---|
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 Coordinate system for the 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 Method 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 Coordinate system for the 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 Method 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 - Raster layer, the input raster datasets.outputLocation - Workspace |Raster catalog, the path to contain the raster dataset. The path can be to a folder or geodatabase.rasterDatasetNameWithExtension - String, when storing your raster dataset to a JPEG file, a JPEG 2000 file, or a geodatabase, you can specify a compression type.numberOfBands - Long, the number of bands to be contained by the raster dataset.| Method Detail |
|---|
public Object getInputRasters()
public void setInputRasters(Object inputRasters)
inputRasters - Raster layer, the input raster datasets.public Object getOutputLocation()
public void setOutputLocation(Object outputLocation)
outputLocation - Workspace |Raster catalog, 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 - String, when storing your raster dataset to a JPEG file, a JPEG 2000 file, or a geodatabase, you can specify a compression type.public Object getCoordinateSystemForTheRaster()
public void setCoordinateSystemForTheRaster(Object coordinateSystemForTheRaster)
coordinateSystemForTheRaster - Coordinate System, when entering values in the Command Line window, press F8 to enter this value.public String getPixelType()
public void setPixelType(String pixelType)
pixelType - String, you must set the pixel type to match your existing input raster datasets. If you do not set the pixel type, the 8-bit default will be used and your output might turn out incorrectly.public double getCellsize()
public void setCellsize(double cellsize)
cellsize - Double, the cell size for the new raster dataset.public int getNumberOfBands()
public void setNumberOfBands(int numberOfBands)
numberOfBands - Long, the number of bands to be contained by the raster dataset.public String getMosaicMethod()
public void setMosaicMethod(String mosaicMethod)
mosaicMethod - String, help topic.public String getMosaicColormapMode()
public void setMosaicColormapMode(String mosaicColormapMode)
mosaicColormapMode - String, help topic.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 | ||||||||