Interface GridShiftLocator

All Superinterfaces:
Factory
All Known Implementing Classes:
ClasspathGridShiftLocator

public interface GridShiftLocator extends Factory
Provides a hook to locate grid shift files, such as NTv1, NTv2 and NADCON ones

Andrea Aime - Geosolutions

  • Method Summary

    Modifier and Type
    Method
    Description
    Locate the specified resource.

    Methods inherited from interface Factory

    getVendor
  • Method Details

    • locateGrid

      URL locateGrid(String grid)
      Locate the specified resource.
      Parameters:
      grid - the grid name/location
      Returns:
      the fully resolved URL of the grid or null, if the resource cannot be located.