public interface CoordinateHandlerSpi
In addition to implementing this interface, this service file should be defined:
META-INF/services/org.geotools.imageio.netcdf.cv.CoordinateHandlerSpi
The file should contain a single line which gives the full name of the implementing class.
example:
e.g.
org.geotools.imageio.netcdf.cv.ClimatologicalTimeHandlerSPI
The factories are never called directly by users, instead the CoordinateHandlerFinder class is used.
Modifier and Type | Interface and Description |
---|---|
static interface |
CoordinateHandlerSpi.CoordinateHandler |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(CoordinateAxis axis)
Check if the specified spi can handle the provided axis through a
CoordinateHandlerSpi.CoordinateHandler |
CoordinateHandlerSpi.CoordinateHandler |
createHandler()
|
Set<String> |
getIgnoreSet()
Return a set of dimensions to be ignored
|
boolean canHandle(CoordinateAxis axis)
CoordinateHandlerSpi.CoordinateHandler
axis
- CoordinateHandlerSpi.CoordinateHandler createHandler()
Copyright © 1996–2019 Geotools. All rights reserved.