|
|||||||||
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.ExportRasterCatalogPaths
public class ExportRasterCatalogPaths
Creates a table listing the paths to the raster datasets contained in an unmanaged raster catalog or a mosaic dataset. The table can display all the file paths, or just the ones that are broken. The Export Raster Catalog Paths tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExportRasterCatalogPaths()
Creates the Export Raster Catalog Paths tool with defaults. |
|
ExportRasterCatalogPaths(Object inRasterCatalog,
String exportMode,
Object outTable)
Creates the Export Raster Catalog Paths tool with the required parameters. |
Method Summary | |
---|---|
String |
getExportMode()
Returns the Export Mode parameter of this tool . |
Object |
getInRasterCatalog()
Returns the Input Data parameter of this tool . |
Object |
getOutTable()
Returns the Output Table 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 |
setExportMode(String exportMode)
Sets the Export Mode parameter of this tool . |
void |
setInRasterCatalog(Object inRasterCatalog)
Sets the Input Data parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Table 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 ExportRasterCatalogPaths()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportRasterCatalogPaths(Object inRasterCatalog, String exportMode, Object outTable)
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 input unmanaged raster catalog or mosaic dataset.exportMode
- choose what paths to output to the table. You can choose to output all the file paths, or just the ones that are broken. choose the repair mode you would like to use.outTable
- the output table. This table can be created as a DBF file or within a geodatabase. the output table will have a field that lists the Source OID. This is the OID of the row in the original raster catalog table.Method Detail |
---|
public Object getInRasterCatalog()
public void setInRasterCatalog(Object inRasterCatalog)
inRasterCatalog
- the input unmanaged raster catalog or mosaic dataset.public String getExportMode()
public void setExportMode(String exportMode)
exportMode
- choose what paths to output to the table. You can choose to output all the file paths, or just the ones that are broken. choose the repair mode you would like to use.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the output table. This table can be created as a DBF file or within a geodatabase. the output table will have a field that lists the Source OID. This is the OID of the row in the original raster catalog table.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 |