Class WKTLoaderSPI.WKTLoader
Object
WKTLoader
- All Implemented Interfaces:
FootprintLoader
- Enclosing class:
- WKTLoaderSPI
Loads WKT files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFootprintFiles(String pathNoExtension) Returns the footprint file used to load the footprint, or none if there was no file involvedloadFootprint(String pathNoExtension) Tries to load the sidecar geometry given the granule path without extension.
-
Constructor Details
-
WKTLoader
public WKTLoader()
-
-
Method Details
-
loadFootprint
Description copied from interface:FootprintLoaderTries to load the sidecar geometry given the granule path without extension.- Specified by:
loadFootprintin interfaceFootprintLoader- 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
-
getFootprintFiles
Description copied from interface:FootprintLoaderReturns the footprint file used to load the footprint, or none if there was no file involved- Specified by:
getFootprintFilesin interfaceFootprintLoader- Parameters:
pathNoExtension- The base path plus the file name, but no extension- Returns:
-