|
|||||||||
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.RemoveRastersFromMosaicDataset
public class RemoveRastersFromMosaicDataset
Removes rasters from a mosaic dataset. The Remove Rasters From Mosaic 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 | |
---|---|
RemoveRastersFromMosaicDataset()
Creates the Remove Rasters From Mosaic Dataset tool with defaults. |
|
RemoveRastersFromMosaicDataset(Object inMosaicDataset)
Creates the Remove Rasters From Mosaic Dataset tool with the required parameters. |
Method Summary | |
---|---|
String |
getDeleteOverviewImages()
Returns the Delete Overview Images parameter of this tool . |
Object |
getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . |
String |
getMarkOverviewsItems()
Returns the Mark Affected Overviews parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset parameter of this tool (Read only). |
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. |
String |
getUpdateBoundary()
Returns the Update Boundary parameter of this tool . |
Object |
getWhereClause()
Returns the Query Definition parameter of this tool . |
void |
setDeleteOverviewImages(String deleteOverviewImages)
Sets the Delete Overview Images parameter of this tool . |
void |
setInMosaicDataset(Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . |
void |
setMarkOverviewsItems(String markOverviewsItems)
Sets the Mark Affected Overviews parameter of this tool . |
void |
setUpdateBoundary(String updateBoundary)
Sets the Update Boundary parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Query Definition 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 RemoveRastersFromMosaicDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RemoveRastersFromMosaicDataset(Object inMosaicDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inMosaicDataset
- path and name of mosaic dataset.Method Detail |
---|
public Object getInMosaicDataset()
public void setInMosaicDataset(Object inMosaicDataset)
inMosaicDataset
- path and name of mosaic dataset.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- using SQL you can define a query, or use the Query Builder to build a query to define the raster datasets that will be removed from the mosaic dataset.public String getUpdateBoundary()
public void setUpdateBoundary(String updateBoundary)
updateBoundary
- nullpublic String getMarkOverviewsItems()
public void setMarkOverviewsItems(String markOverviewsItems)
markOverviewsItems
- when the rasters in a mosaic catalog have been removed, any overviews created using those rasters may no longer be accurate, therefore, they can be identified so they can be updated or removed if they are no longer needed.public String getDeleteOverviewImages()
public void setDeleteOverviewImages(String deleteOverviewImages)
deleteOverviewImages
- any overviews that are no longer required as a result of the source rasters being removed can also be removed from the mosaic dataset.public Object getOutMosaicDataset()
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 |