com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class CreateReferencedMosaicDataset

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

public class CreateReferencedMosaicDataset
extends AbstractGPTool

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.

Usage tips:


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(java.lang.Object inDataset, java.lang.Object outMosaicDataset)
          Creates the Create Referenced Mosaic Dataset tool with the required parameters.
 
Method Summary
 java.lang.String getBuildBoundary()
          Returns the Build Boundary parameter of this tool .
 java.lang.Object getCoordinateSystem()
          Returns the Coordinate System parameter of this tool .
 java.lang.Object getExtent()
          Returns the Extent parameter of this tool .
 java.lang.Object getInDataset()
          Returns the Input Raster Catalog or Mosaic Dataset parameter of this tool .
 java.lang.Object getInTemplateDataset()
          Returns the Extent from Dataset parameter of this tool .
 java.lang.Object getLodField()
          Returns the Scale Field parameter of this tool .
 java.lang.Object getMaxPSField()
          Returns the Maximum Cell Size Field parameter of this tool .
 java.lang.Object getMinPSField()
          Returns the Minimum Cell Size Field parameter of this tool .
 int getNumberOfBands()
          Returns the Number of Bands parameter of this tool .
 java.lang.Object getOutMosaicDataset()
          Returns the Output Mosaic Dataset parameter of this tool .
 double getPixelSize()
          Returns the Maximum Visible Cell Size parameter of this tool .
 java.lang.String getPixelType()
          Returns the Pixel Type parameter of this tool .
 java.lang.String getSelectUsingFeatures()
          Returns the Using Input Geometry for Selection 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.
 java.lang.Object getWhereClause()
          Returns the Query Definition parameter of this tool .
 void setBuildBoundary(java.lang.String buildBoundary)
          Sets the Build Boundary parameter of this tool .
 void setCoordinateSystem(java.lang.Object coordinateSystem)
          Sets the Coordinate System parameter of this tool .
 void setExtent(java.lang.Object extent)
          Sets the Extent parameter of this tool .
 void setInDataset(java.lang.Object inDataset)
          Sets the Input Raster Catalog or Mosaic Dataset parameter of this tool .
 void setInTemplateDataset(java.lang.Object inTemplateDataset)
          Sets the Extent from Dataset parameter of this tool .
 void setLodField(java.lang.Object lodField)
          Sets the Scale Field parameter of this tool .
 void setMaxPSField(java.lang.Object maxPSField)
          Sets the Maximum Cell Size Field parameter of this tool .
 void setMinPSField(java.lang.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(java.lang.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(java.lang.String pixelType)
          Sets the Pixel Type parameter of this tool .
 void setSelectUsingFeatures(java.lang.String selectUsingFeatures)
          Sets the Using Input Geometry for Selection parameter of this tool .
 void setWhereClause(java.lang.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

CreateReferencedMosaicDataset

public CreateReferencedMosaicDataset()
Creates the Create Referenced Mosaic Dataset tool with defaults.

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


CreateReferencedMosaicDataset

public CreateReferencedMosaicDataset(java.lang.Object inDataset,
                                     java.lang.Object outMosaicDataset)
Creates the Create Referenced Mosaic Dataset 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:
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

getInDataset

public java.lang.Object getInDataset()
Returns the Input Raster Catalog or Mosaic Dataset parameter of this tool . This parameter is path and name of the input raster catalog or mosaic dataset. This is a required parameter.

Returns:
the Input Raster Catalog or Mosaic Dataset

setInDataset

public void setInDataset(java.lang.Object inDataset)
Sets the Input Raster Catalog or Mosaic Dataset parameter of this tool . This parameter is path and name of the input raster catalog or mosaic dataset. This is a required parameter.

Parameters:
inDataset - path and name of the input raster catalog or mosaic dataset.

getOutMosaicDataset

public java.lang.Object getOutMosaicDataset()
Returns the Output Mosaic Dataset parameter of this tool . This parameter is the path and folder location or geodatabase where the mosaic dataset will be created. This is a required parameter.

Returns:
the Output Mosaic Dataset

setOutMosaicDataset

public void setOutMosaicDataset(java.lang.Object outMosaicDataset)
Sets the Output Mosaic Dataset parameter of this tool . This parameter is the path and folder location or geodatabase where the mosaic dataset will be created. This is a required parameter.

Parameters:
outMosaicDataset - the path and folder location or geodatabase where the mosaic dataset will be created.

getCoordinateSystem

public java.lang.Object getCoordinateSystem()
Returns the Coordinate System parameter of this tool . This parameter is the coordinate system defined for the mosaic dataset, which will be used for all the associated files created. This is an optional parameter.

Returns:
the Coordinate System

setCoordinateSystem

public void setCoordinateSystem(java.lang.Object coordinateSystem)
Sets the Coordinate System parameter of this tool . This parameter is the coordinate system defined for the mosaic dataset, which will be used for all the associated files created. This is an optional parameter.

Parameters:
coordinateSystem - the coordinate system defined for the mosaic dataset, which will be used for all the associated files created.

getNumberOfBands

public int getNumberOfBands()
Returns the Number of Bands parameter of this tool . This parameter is the number of raster dataset bands supported by the mosaic dataset. This is an optional parameter.

Returns:
the Number of Bands

setNumberOfBands

public void setNumberOfBands(int numberOfBands)
Sets the Number of Bands parameter of this tool . This parameter is the number of raster dataset bands supported by the mosaic dataset. This is an optional parameter.

Parameters:
numberOfBands - the number of raster dataset bands supported by the mosaic dataset.

getPixelType

public java.lang.String getPixelType()
Returns the Pixel Type parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Pixel Type

setPixelType

public void setPixelType(java.lang.String pixelType)
Sets the Pixel Type parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getWhereClause

public java.lang.Object getWhereClause()
Returns the Query Definition parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Query Definition

setWhereClause

public void setWhereClause(java.lang.Object whereClause)
Sets the Query Definition parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getInTemplateDataset

public java.lang.Object getInTemplateDataset()
Returns the Extent from Dataset parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Extent from Dataset

setInTemplateDataset

public void setInTemplateDataset(java.lang.Object inTemplateDataset)
Sets the Extent from Dataset parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getExtent

public java.lang.Object getExtent()
Returns the Extent parameter of this tool . This is an optional parameter.

Returns:
the Extent

setExtent

public void setExtent(java.lang.Object extent)
Sets the Extent parameter of this tool . This is an optional parameter.

Parameters:
extent - null

getSelectUsingFeatures

public java.lang.String getSelectUsingFeatures()
Returns the Using Input Geometry for Selection parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Using Input Geometry for Selection

setSelectUsingFeatures

public void setSelectUsingFeatures(java.lang.String selectUsingFeatures)
Sets the Using Input Geometry for Selection parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getLodField

public java.lang.Object getLodField()
Returns the Scale Field parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Scale Field

setLodField

public void setLodField(java.lang.Object lodField)
Sets the Scale Field parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getMinPSField

public java.lang.Object getMinPSField()
Returns the Minimum Cell Size Field parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Minimum Cell Size Field

setMinPSField

public void setMinPSField(java.lang.Object minPSField)
Sets the Minimum Cell Size Field parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getMaxPSField

public java.lang.Object getMaxPSField()
Returns the Maximum Cell Size Field parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Maximum Cell Size Field

setMaxPSField

public void setMaxPSField(java.lang.Object maxPSField)
Sets the Maximum Cell Size Field parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getPixelSize

public double getPixelSize()
Returns the Maximum Visible Cell Size parameter of this tool . This is an optional parameter.

Returns:
the Maximum Visible Cell Size

setPixelSize

public void setPixelSize(double pixelSize)
Sets the Maximum Visible Cell Size parameter of this tool . This is an optional parameter.

Parameters:
pixelSize - null

getBuildBoundary

public java.lang.String getBuildBoundary()
Returns the Build Boundary parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Build Boundary

setBuildBoundary

public void setBuildBoundary(java.lang.String buildBoundary)
Sets the Build Boundary parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

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