|
|||||||||
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.CreateReferencedMosaicDataset
public class CreateReferencedMosaicDataset
Creates a new mosaic dataset from an existing raster catalog, a selection set from a raster catalog, or a mosaic dataset. The Create Referenced 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 | |
---|---|
CreateReferencedMosaicDataset()
Creates the Create Referenced Mosaic Dataset tool with defaults. |
|
CreateReferencedMosaicDataset(Object inDataset,
Object outMosaicDataset)
Creates the Create Referenced Mosaic Dataset tool with the required parameters. |
Method Summary | |
---|---|
String |
getBuildBoundary()
Returns the Build Boundary parameter of this tool . |
Object |
getCoordinateSystem()
Returns the Coordinate System parameter of this tool . |
Object |
getExtent()
Returns the Extent parameter of this tool . |
Object |
getInDataset()
Returns the Input Raster Catalog or Mosaic Dataset parameter of this tool . |
Object |
getInTemplateDataset()
Returns the Extent from Dataset parameter of this tool . |
Object |
getLodField()
Returns the Scale Field parameter of this tool . |
Object |
getMaxPSField()
Returns the Maximum Cell Size Field parameter of this tool . |
Object |
getMinPSField()
Returns the Minimum Cell Size Field parameter of this tool . |
int |
getNumberOfBands()
Returns the Number of Bands parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Output Mosaic Dataset parameter of this tool . |
double |
getPixelSize()
Returns the Maximum Visible Cell Size parameter of this tool . |
String |
getPixelType()
Returns the Pixel Type parameter of this tool . |
String |
getSelectUsingFeatures()
Returns the Using Input Geometry for Selection 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. |
Object |
getWhereClause()
Returns the Query Definition parameter of this tool . |
void |
setBuildBoundary(String buildBoundary)
Sets the Build Boundary parameter of this tool . |
void |
setCoordinateSystem(Object coordinateSystem)
Sets the Coordinate System parameter of this tool . |
void |
setExtent(Object extent)
Sets the Extent parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Raster Catalog or Mosaic Dataset parameter of this tool . |
void |
setInTemplateDataset(Object inTemplateDataset)
Sets the Extent from Dataset parameter of this tool . |
void |
setLodField(Object lodField)
Sets the Scale Field parameter of this tool . |
void |
setMaxPSField(Object maxPSField)
Sets the Maximum Cell Size Field parameter of this tool . |
void |
setMinPSField(Object minPSField)
Sets the Minimum Cell Size Field parameter of this tool . |
void |
setNumberOfBands(int numberOfBands)
Sets the Number of Bands parameter of this tool . |
void |
setOutMosaicDataset(Object outMosaicDataset)
Sets the Output Mosaic Dataset parameter of this tool . |
void |
setPixelSize(double pixelSize)
Sets the Maximum Visible Cell Size parameter of this tool . |
void |
setPixelType(String pixelType)
Sets the Pixel Type parameter of this tool . |
void |
setSelectUsingFeatures(String selectUsingFeatures)
Sets the Using Input Geometry for Selection parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Query Definition 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 CreateReferencedMosaicDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateReferencedMosaicDataset(Object inDataset, Object outMosaicDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataset
- path and name of the input raster catalog or mosaic dataset.outMosaicDataset
- the path and folder location or geodatabase where the mosaic dataset will be created.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- path and name of the input raster catalog or mosaic dataset.public Object getOutMosaicDataset()
public void setOutMosaicDataset(Object outMosaicDataset)
outMosaicDataset
- the path and folder location or geodatabase where the mosaic dataset will be created.public Object getCoordinateSystem()
public void setCoordinateSystem(Object coordinateSystem)
coordinateSystem
- the coordinate system defined for the mosaic dataset, which will be used for all the associated files created.public int getNumberOfBands()
public void setNumberOfBands(int numberOfBands)
numberOfBands
- 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 outputs. 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 getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- use SQL to define a query, or use the Query Builder to build a query that identifies the raster datasets to be added to the mosaic dataset from the raster catalog or mosaic definition.public Object getInTemplateDataset()
public void setInTemplateDataset(Object inTemplateDataset)
inTemplateDataset
- uses the extent of the specified raster dataset or feature class to define the extent of the raster datasets used in the mosaic dataset from the raster catalog or mosaic dataset. rasters that lay along the defined extent will be included in the mosaic dataset. the input is not limited to a polygon feature class.public Object getExtent()
public void setExtent(Object extent)
extent
- nullpublic String getSelectUsingFeatures()
public void setSelectUsingFeatures(String selectUsingFeatures)
selectUsingFeatures
- if a feature class is specified you can choose to limit the extent to its envelope or clipped to the feature. to use this, the input must be a polygon feature class.public Object getLodField()
public void setLodField(Object lodField)
lodField
- a field in the raster catalog table defining the map scales at which the mosaic should be displayed; otherwise a wire frame will be displayed.public Object getMinPSField()
public void setMinPSField(Object minPSField)
minPSField
- a field in the raster catalog table defining the minimum cell size of the raster at which the mosaic should be displayed; otherwise a wire frame will be displayed.public Object getMaxPSField()
public void setMaxPSField(Object maxPSField)
maxPSField
- a field in the raster catalog table defining the maximum cell size of the raster at which the mosaic should be displayed; otherwise a wire frame will be displayed.public double getPixelSize()
public void setPixelSize(double pixelSize)
pixelSize
- nullpublic String getBuildBoundary()
public void setBuildBoundary(String buildBoundary)
buildBoundary
- generates the boundary polygon for the mosaic dataset. By default, the boundary merges all the footprint polygons to create a single boundary representing the extent of the valid pixels. this is only available if the mosaic dataset is created within a geodatabase.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 |