public interface FootprintGeometryProvider
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| default List<File> | getSidecars(SimpleFeature feature)Returns the list of sidecar files defining masks for the specified feature. | 
Geometry getFootprint(SimpleFeature feature) throws IOException
feature - the granule representative feature (if any). Specifying a null feature will
     return a default footprint (this is used in general for single-granule stores)IOExceptiondefault List<File> getSidecars(SimpleFeature feature) throws IOException
feature - the granule representative feature (if any)IOExceptionvoid dispose()
Copyright © 1996–2019 Geotools. All rights reserved.