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 licensing Deployment licensing
ArcView ArcView
ArcEditor ArcEditor
ArcInfo ArcInfo
Engine Developer Kit Engine Runtime