Interface CoordinateHandlerSpi

All Known Implementing Classes:
ClimatologicalTimeHandlerSpi

public interface CoordinateHandlerSpi
Constructs a live CoordinateHandler

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.