|
|||||||||
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.RasterCatalogToRasterDataset
public class RasterCatalogToRasterDataset
Mosaics the contents of a raster catalog into a new raster dataset. The Raster Catalog To Raster 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 | |
---|---|
RasterCatalogToRasterDataset()
Creates the Raster Catalog To Raster Dataset tool with defaults. |
|
RasterCatalogToRasterDataset(Object inRasterCatalog,
Object outRasterDataset)
Creates the Raster Catalog To Raster Dataset tool with the required parameters. |
Method Summary | |
---|---|
String |
getAscending()
Returns the Ascending parameter of this tool . |
String |
getColorBalancing()
Returns the Color Balancing parameter of this tool . |
String |
getColormap()
Returns the Mosaic Colormap Mode parameter of this tool . |
Object |
getInRasterCatalog()
Returns the Input Raster Catalog parameter of this tool . |
String |
getMatchingMethod()
Returns the Color Matching Method parameter of this tool . |
String |
getMosaicType()
Returns the Mosaic Operator parameter of this tool . |
int |
getOID()
Returns the Reference Raster OID parameter of this tool . |
String |
getOrderByField()
Returns the Order by Field parameter of this tool . |
Object |
getOutRasterDataset()
Returns the Output Raster Dataset parameter of this tool . |
String |
getPixelType()
Returns the Pixel Type parameter of this tool . |
String |
getReferenceRaster()
Returns the Reference Raster 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 Expression parameter of this tool . |
void |
setAscending(String ascending)
Sets the Ascending parameter of this tool . |
void |
setColorBalancing(String colorBalancing)
Sets the Color Balancing parameter of this tool . |
void |
setColormap(String colormap)
Sets the Mosaic Colormap Mode parameter of this tool . |
void |
setInRasterCatalog(Object inRasterCatalog)
Sets the Input Raster Catalog parameter of this tool . |
void |
setMatchingMethod(String matchingMethod)
Sets the Color Matching Method parameter of this tool . |
void |
setMosaicType(String mosaicType)
Sets the Mosaic Operator parameter of this tool . |
void |
setOID(int oID)
Sets the Reference Raster OID parameter of this tool . |
void |
setOrderByField(String orderByField)
Sets the Order by Field parameter of this tool . |
void |
setOutRasterDataset(Object outRasterDataset)
Sets the Output Raster Dataset parameter of this tool . |
void |
setPixelType(String pixelType)
Sets the Pixel Type parameter of this tool . |
void |
setReferenceRaster(String referenceRaster)
Sets the Reference Raster parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Expression 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 RasterCatalogToRasterDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterCatalogToRasterDataset(Object inRasterCatalog, Object outRasterDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRasterCatalog
- the raster catalog that will be mosaicked to a raster dataset.outRasterDataset
- the name and extension of the output raster dataset mosaic. 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.Method Detail |
---|
public Object getInRasterCatalog()
public void setInRasterCatalog(Object inRasterCatalog)
inRasterCatalog
- the raster catalog that will be mosaicked to a raster dataset.public Object getOutRasterDataset()
public void setOutRasterDataset(Object outRasterDataset)
outRasterDataset
- the name and extension of the output raster dataset mosaic. 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 getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- enter the appropriate SQL statement to select specific rows in the raster catalog.public String getMosaicType()
public void setMosaicType(String mosaicType)
mosaicType
- the method used to mosaic overlapping areas. for more information about each mosaic operator, refer to Mosaic Operator.public String getColormap()
public void setColormap(String colormap)
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 String getOrderByField()
public void setOrderByField(String orderByField)
orderByField
- define the field by which to order the raster catalog items.public String getAscending()
public void setAscending(String ascending)
ascending
- choose whether to use the ascending value of the Order By field. If the Ascending option is not used, the descending order will be used.public String getPixelType()
public void setPixelType(String pixelType)
pixelType
- nullpublic String getColorBalancing()
public void setColorBalancing(String colorBalancing)
colorBalancing
- choose whether or not to use a dodging technique to color correct the raster catalog items. All pixels in the raster catalog will be used to determine the gamma and contrast values for the color-balancing algorithm.public String getMatchingMethod()
public void setMatchingMethod(String matchingMethod)
matchingMethod
- nullpublic String getReferenceRaster()
public void setReferenceRaster(String referenceRaster)
referenceRaster
- if color matching is applied, choose how to specify the reference raster. older scripts and models may still use the old keyword. With the ArcGIS 10.0 release, this keyword was replaced with "CALCULATE_FROM_ALL"
. Both keywords will continue to work, though for clarity it may be worthwhile to update it to the new keyword.public int getOID()
public void setOID(int oID)
oID
- the object ID (OID) of the reference raster. The OID is a unique key field in the raster catalog.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 |