|
|||||||||
| 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.CopyRasterCatalogItems
public class CopyRasterCatalogItems
Makes a copy of a raster catalog, including all its contents, or a subset of its contents if there is a selection. The Copy Raster Catalog Items 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 | |
|---|---|
CopyRasterCatalogItems()
Creates the Copy Raster Catalog Items tool with defaults. |
|
CopyRasterCatalogItems(Object inRasterCatalog,
Object outRasterCatalog)
Creates the Copy Raster Catalog Items tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
Object |
getInRasterCatalog()
Returns the Input Raster Catalog parameter of this tool . |
Object |
getOutRasterCatalog()
Returns the Output Raster Catalog parameter of this tool . |
double |
getSpatialGrid1()
Returns the Output Spatial Grid 1 parameter of this tool . |
double |
getSpatialGrid2()
Returns the Output Spatial Grid 2 parameter of this tool . |
double |
getSpatialGrid3()
Returns the Output Spatial Grid 3 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 |
setConfigKeyword(String configKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setInRasterCatalog(Object inRasterCatalog)
Sets the Input Raster Catalog parameter of this tool . |
void |
setOutRasterCatalog(Object outRasterCatalog)
Sets the Output Raster Catalog parameter of this tool . |
void |
setSpatialGrid1(double spatialGrid1)
Sets the Output Spatial Grid 1 parameter of this tool . |
void |
setSpatialGrid2(double spatialGrid2)
Sets the Output Spatial Grid 2 parameter of this tool . |
void |
setSpatialGrid3(double spatialGrid3)
Sets the Output Spatial Grid 3 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 CopyRasterCatalogItems()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CopyRasterCatalogItems(Object inRasterCatalog,
Object outRasterCatalog)
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 layer, the name and location of the raster catalog to be copied.outRasterCatalog - Raster catalog, you can copy your output raster catalog to any type of geodatabase: personal , file , or ArcSDE.| Method Detail |
|---|
public Object getInRasterCatalog()
public void setInRasterCatalog(Object inRasterCatalog)
inRasterCatalog - Raster catalog layer, the name and location of the raster catalog to be copied.public Object getOutRasterCatalog()
public void setOutRasterCatalog(Object outRasterCatalog)
outRasterCatalog - Raster catalog, you can copy your output raster catalog to any type of geodatabase: personal , file , or ArcSDE.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, arcSDE configuration keywords are set up by your database administrator.public double getSpatialGrid1()
public void setSpatialGrid1(double spatialGrid1)
spatialGrid1 - Double, the size of the output feature class's spatial grid index. All geodatabases support spatial grid indexes.public double getSpatialGrid2()
public void setSpatialGrid2(double spatialGrid2)
spatialGrid2 - Double, .
Personal geodatabases support only one spatial grid index.public double getSpatialGrid3()
public void setSpatialGrid3(double spatialGrid3)
spatialGrid3 - Double, this value must be at least three times larger than the second grid index. Only the file geodatabase and ArcSDE geodatabase support more than one spatial grid index. Personal geodatabases support only one spatial grid index.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 | ||||||||