|
|||||||||
| 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.RasterCatalogToRasterDataset
public class RasterCatalogToRasterDataset
Mosaics the contents of a raster catalog into a raster dataset. The Raster Catalog To Raster Dataset 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 | |
|---|---|
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 Method 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 Method 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 - Raster catalog, the raster catalog that will be mosaicked to a raster dataset.outRasterDataset - Raster dataset, when storing your raster dataset to a JPEG file, a JPEG 2000 file, or a geodatabase, you can specify a compression type.| Method Detail |
|---|
public Object getInRasterCatalog()
public void setInRasterCatalog(Object inRasterCatalog)
inRasterCatalog - Raster catalog, the raster catalog that will be mosaicked to a raster dataset.public Object getOutRasterDataset()
public void setOutRasterDataset(Object outRasterDataset)
outRasterDataset - Raster dataset, when storing your raster dataset to a JPEG file, a JPEG 2000 file, or a geodatabase, you can specify a compression type.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause - SQL expression, enter the appropriate SQL statement to select specific rows in the raster catalog.public String getMosaicType()
public void setMosaicType(String mosaicType)
mosaicType - String, help topic.public String getColormap()
public void setColormap(String colormap)
colormap - String, help topic.public String getOrderByField()
public void setOrderByField(String orderByField)
orderByField - Field, define the field by which to order the raster catalog items.public String getAscending()
public void setAscending(String ascending)
ascending - String, 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 - String, 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 - String, choose the color matching method to apply to the raster catalog items.public String getReferenceRaster()
public void setReferenceRaster(String referenceRaster)
referenceRaster - String, if color matching is applied, choose how to specify the reference raster.public int getOID()
public void setOID(int oID)
oID - Long, 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 | ||||||||