com.esri.arcgis.geodatabase
Interface IRasterCatalogHelper

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRasterCatalogHelper2
All Known Implementing Classes:
RasterCatalogHelper

public interface IRasterCatalogHelper
extends Serializable

Provides access to a RasterCatalog helper.

Superseded By

IRasterCatalogHelper2

Remarks

IRasterCatalogHelper provides the function to update footprints of a raster catalog and the spatial reference of the footprint column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IRasterCatalog

Method Summary
 void updateFootprint(IRasterCatalog catalog)
          Updates RasterCatalog footprint.
 void updateFootprintSpatialReference(IRasterCatalog catalog)
          Updates RasterCatalog footprint spatial reference.
 

Method Detail

updateFootprint

void updateFootprint(IRasterCatalog catalog)
                     throws IOException,
                            AutomationException
Updates RasterCatalog footprint.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
catalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateFootprintSpatialReference

void updateFootprintSpatialReference(IRasterCatalog catalog)
                                     throws IOException,
                                            AutomationException
Updates RasterCatalog footprint spatial reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
catalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.