public interface FootprintLoader
Modifier and Type | Method and Description |
---|---|
default List<File> |
getFootprintFiles(String pathNoExtension)
Returns the footprint file used to load the footprint, or none if there was no file involved
|
Geometry |
loadFootprint(String pathNoExtension)
Tries to load the sidecar geometry given the granule path without extension.
|
Geometry loadFootprint(String pathNoExtension) throws Exception
pathNoExtension
- Exception
- In case the file was found, but there were issues loading the geometrydefault List<File> getFootprintFiles(String pathNoExtension) throws IOException
pathNoExtension
- The base path plus the file name, but no extensionIOException
Copyright © 1996–2019 Geotools. All rights reserved.