Class WKBLoaderSPI.WKBLoader
- Object
- 
- WKBLoader
 
- 
- All Implemented Interfaces:
- FootprintLoader
 - Enclosing class:
- WKBLoaderSPI
 
 public class WKBLoaderSPI.WKBLoader extends Object implements FootprintLoader Loads WKB files
- 
- 
Constructor SummaryConstructors Constructor Description WKBLoader()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>getFootprintFiles(String pathNoExtension)Returns the footprint file used to load the footprint, or none if there was no file involvedGeometryloadFootprint(String pathNoExtension)Tries to load the sidecar geometry given the granule path without extension.
 
- 
- 
- 
Method Detail- 
loadFootprintpublic Geometry loadFootprint(String pathNoExtension) throws Exception Description copied from interface:FootprintLoaderTries to load the sidecar geometry given the granule path without extension.- Specified by:
- loadFootprintin interface- FootprintLoader
- Returns:
- The footprint, or null if the file was not found
- Throws:
- Exception- In case the file was found, but there were issues loading the geometry
 
 - 
getFootprintFilespublic List<File> getFootprintFiles(String pathNoExtension) Description copied from interface:FootprintLoaderReturns the footprint file used to load the footprint, or none if there was no file involved- Specified by:
- getFootprintFilesin interface- FootprintLoader
- Parameters:
- pathNoExtension- The base path plus the file name, but no extension
- Returns:
 
 
- 
 
-