Uses of Interface
org.geotools.referencing.factory.gridshift.GridShiftLocator
-
Packages that use GridShiftLocator Package Description org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory.gridshift -
-
Uses of GridShiftLocator in org.geotools.referencing
Methods in org.geotools.referencing that return types with arguments of type GridShiftLocator Modifier and Type Method Description static Set<GridShiftLocator>
ReferencingFactoryFinder. getGridShiftLocators(Hints hints)
Returns a set of all available implementations for theGridShiftLocator
interface. -
Uses of GridShiftLocator in org.geotools.referencing.factory.gridshift
Classes in org.geotools.referencing.factory.gridshift that implement GridShiftLocator Modifier and Type Class Description class
ClasspathGridShiftLocator
Default grid shift file locator, looks up grids in the classpath
-