public class WKBLoaderSPI.WKBLoader extends Object implements FootprintLoader
| Constructor and Description | 
|---|
| WKBLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public Geometry loadFootprint(String pathNoExtension) throws Exception
FootprintLoaderloadFootprint in interface FootprintLoaderException - In case the file was found, but there were issues loading the geometrypublic List<File> getFootprintFiles(String pathNoExtension)
FootprintLoadergetFootprintFiles in interface FootprintLoaderpathNoExtension - The base path plus the file name, but no extensionCopyright © 1996–2019 Geotools. All rights reserved.