org.geotools.referencing.factory.gridshift
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
 URL locateGrid(String grid)
          Locate the specified resource.
 
Methods inherited from interface Factory
getVendor
 

Method Detail

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.


Copyright © 1996-2014 Geotools. All Rights Reserved.