How to update footprints of a raster catalog


Updating footprints of a raster catalog

In some cases, the footprints of rasters in a raster catalog may be inconsistent with the raster dataset extent. This article explains how to synchronize the footprints with the raster extents in a raster catalog. See the following code example:
[Java]
static void updateFootprints(IRasterCatalog rasterCatalog)throws Exception{
    //Updates the footprints of raster catalog items with their extents 
    IRasterCatalogHelper rasterCatalogHelper = new RasterCatalogHelper();
    rasterCatalogHelper.updateFootprint(rasterCatalog);
}


See Also:

How to access a raster dataset or raster catalog




Development licensingDeployment licensing
ArcGIS for Desktop BasicArcGIS for Desktop Basic
ArcGIS for Desktop StandardArcGIS for Desktop Standard
ArcGIS for Desktop AdvancedArcGIS for Desktop Advanced
Engine Developer KitEngine