public interface MultiLevelROIProvider
MultiLevelROI
object from a granuleModifier and Type | Method and Description |
---|---|
void |
dispose()
Optional method to call for disposing the Provider
|
default List<File> |
getFootprintFiles(SimpleFeature sf)
Returns the footprint file used to load the footprint, or none if there was no file involved
|
MultiLevelROI |
getMultiScaleROI(SimpleFeature sf)
Returns a
MultiLevelROI object from a granule |
MultiLevelROI getMultiScaleROI(SimpleFeature sf) throws IOException
MultiLevelROI
object from a granulesf
- SimpleFeature
related to a granule (if several are available). Specifying a
null feature should return the default provider.MultiLevelROI
object associated to the input SimpleFeatureIOException
default List<File> getFootprintFiles(SimpleFeature sf) throws IOException
pathNoExtension
- The base path plus the file name, but no extensionIOException
void dispose()
Copyright © 1996–2019 Geotools. All rights reserved.