public class ShapefileLoaderSPI.ShapefileLoader extends Object implements FootprintLoader
| Constructor and Description |
|---|
ShapefileLoader() |
| 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.