|
|||||||||
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.datamanagementtools.CreateMosaicDataset
public class CreateMosaicDataset
Makes an empty mosaic dataset in a geodatabase. The Create Mosaic Dataset tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateMosaicDataset()
Creates the Create Mosaic Dataset tool with defaults. |
|
CreateMosaicDataset(Object inWorkspace,
String inMosaicdatasetName,
Object coordinateSystem)
Creates the Create Mosaic Dataset tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCoordinateSystem()
Returns the Coordinate System parameter of this tool . |
String |
getInMosaicdatasetName()
Returns the Mosaic Dataset Name parameter of this tool . |
Object |
getInWorkspace()
Returns the Output Location parameter of this tool . |
int |
getNumBands()
Returns the Number of Bands parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset Name parameter of this tool (Read only). |
String |
getPixelType()
Returns the Pixel Type 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 |
setCoordinateSystem(Object coordinateSystem)
Sets the Coordinate System parameter of this tool . |
void |
setInMosaicdatasetName(String inMosaicdatasetName)
Sets the Mosaic Dataset Name parameter of this tool . |
void |
setInWorkspace(Object inWorkspace)
Sets the Output Location parameter of this tool . |
void |
setNumBands(int numBands)
Sets the Number of Bands parameter of this tool . |
void |
setPixelType(String pixelType)
Sets the Pixel Type 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 CreateMosaicDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateMosaicDataset(Object inWorkspace, String inMosaicdatasetName, Object coordinateSystem)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWorkspace
- the path and name of a geodatabase.inMosaicdatasetName
- the name of the mosaic dataset.coordinateSystem
- the coordinate system for the mosaic dataset, which will be used for all the associated files or features created.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the path and name of a geodatabase.public String getInMosaicdatasetName()
public void setInMosaicdatasetName(String inMosaicdatasetName)
inMosaicdatasetName
- the name of the mosaic dataset.public Object getCoordinateSystem()
public void setCoordinateSystem(Object coordinateSystem)
coordinateSystem
- the coordinate system for the mosaic dataset, which will be used for all the associated files or features created.public int getNumBands()
public void setNumBands(int numBands)
numBands
- the number of raster dataset bands supported by the mosaic dataset.public String getPixelType()
public void setPixelType(String pixelType)
pixelType
- the bit depth of a cell, used to determine the range of values that the mosaic dataset output. For example, an 8-bit mosaic dataset can have 256 unique pixel values, which range from 0 to 255. if it is not defined it will be taken from the first raster dataset.public Object getOutMosaicDataset()
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 |