org.geotools.gce.imagemosaic.catalog
Interface FootprintGeometryProvider

All Known Implementing Classes:
SidecarFootprintProvider

public interface FootprintGeometryProvider


Method Summary
 void dispose()
          Close up the provider (in case it holds onto persistent resources such as files or database connections)
 Geometry getFootprint(SimpleFeature feature)
          Retrieves the footprint from the current granule represenative feature (as it comes from the mosaic index)
 

Method Detail

getFootprint

Geometry getFootprint(SimpleFeature feature)
                      throws IOException
Retrieves the footprint from the current granule represenative feature (as it comes from the mosaic index)

Parameters:
feature -
Returns:
Throws:
IOException

dispose

void dispose()
Close up the provider (in case it holds onto persistent resources such as files or database connections)



Copyright © 1996-2014 Geotools. All Rights Reserved.