|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterCatalogHelper2
Provides access to additional RasterCatalog utilities.
IRasterCatalogHelper2 provides the function to update footprints of selected raster datasets in a raster catalog with a where clause.
Here is a sample for updating empty footprints in a raster catalog.
Sub UpdataFootprintEx(pRasterCatalog As IRasterCatalog)
'updates only empty footprint in the input raster catalog
Dim pHelper As IRasterCatalogHelper2
Set pHelper = New RasterCatalogHelper
pHelper.UpdateFootprintEx pRasterCatalog, "", True, Nothing
End Sub
IRasterCatalog| Method Summary | |
|---|---|
void |
updateFootprintEx(IRasterCatalog catalog,
String where,
boolean onlyIfEmpty,
ITrackCancel cancel)
Updates RasterCatalog footprint. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRasterCatalogHelper |
|---|
updateFootprint, updateFootprintSpatialReference |
| Method Detail |
|---|
void updateFootprintEx(IRasterCatalog catalog,
String where,
boolean onlyIfEmpty,
ITrackCancel cancel)
throws IOException,
AutomationException
catalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)where - The where (in)onlyIfEmpty - The onlyIfEmpty (in)cancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||