|
|||||||||
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.samples.WorkspaceToNewRasterCatalog
public class WorkspaceToNewRasterCatalog
Creates a new raster catalog and loads all the raster datasets in the input workspace, or geodatabase, to the raster catalog. The spatial reference of both the raster column and the geometry column are taken from the first raster dataset in the input workspace. The x,y domain of the geometry column is calculated with the union extents of all the raster dataset inputs. There must be a spatial reference attached to the raster datasets for the tool to run. The Workspace To New Raster Catalog tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
WorkspaceToNewRasterCatalog()
Creates the Workspace To New Raster Catalog tool with defaults. |
|
WorkspaceToNewRasterCatalog(Object inputWorkspace,
Object outputLocation,
String rasterCatalogName)
Creates the Workspace To New Raster Catalog tool with the required parameters. |
Method Summary | |
---|---|
String |
getConfigurationKeyword()
Returns the Configuration Keyword parameter of this tool . |
Object |
getDerivedRasterCatalog()
Returns the Derived Raster Catalog parameter of this tool (Read only). |
Object |
getInputWorkspace()
Returns the Input Workspace parameter of this tool . |
String |
getManagementType()
Returns the Management Type parameter of this tool . |
Object |
getOutputLocation()
Returns the Output Location parameter of this tool . |
String |
getRasterCatalogName()
Returns the Raster Catalog Name 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 |
setConfigurationKeyword(String configurationKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setInputWorkspace(Object inputWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setManagementType(String managementType)
Sets the Management Type parameter of this tool . |
void |
setOutputLocation(Object outputLocation)
Sets the Output Location parameter of this tool . |
void |
setRasterCatalogName(String rasterCatalogName)
Sets the Raster Catalog Name 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 WorkspaceToNewRasterCatalog()
Initializes the array of tool parameters with the default values specified when the tool was created.
public WorkspaceToNewRasterCatalog(Object inputWorkspace, Object outputLocation, String rasterCatalogName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputWorkspace
- nulloutputLocation
- nullrasterCatalogName
- nullMethod Detail |
---|
public Object getInputWorkspace()
public void setInputWorkspace(Object inputWorkspace)
inputWorkspace
- nullpublic Object getOutputLocation()
public void setOutputLocation(Object outputLocation)
outputLocation
- nullpublic String getRasterCatalogName()
public void setRasterCatalogName(String rasterCatalogName)
rasterCatalogName
- nullpublic String getConfigurationKeyword()
public void setConfigurationKeyword(String configurationKeyword)
configurationKeyword
- nullpublic String getManagementType()
public void setManagementType(String managementType)
managementType
- nullpublic Object getDerivedRasterCatalog()
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 |