org.geotools.referencing.factory.gridshift
Class NADCONGridShiftFactory

Object
  extended by AbstractFactory
      extended by ReferencingFactory
          extended by NADCONGridShiftFactory
All Implemented Interfaces:
RegisterableService, BufferedFactory, Factory

public class NADCONGridShiftFactory
extends ReferencingFactory
implements BufferedFactory

Loads and caches NADCON grid shifts

Author:
Andrea Aime - GeoSolutions

Field Summary
protected static Logger LOGGER
          Logger.
 
Fields inherited from class AbstractFactory
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
 
Constructor Summary
NADCONGridShiftFactory()
          Constructs a factory with the default priority.
 
Method Summary
 NADConGridShift loadGridShift(URL latGridURL, URL longGridURL)
           
 
Methods inherited from class ReferencingFactory
ensureNonNull, getVendor
 
Methods inherited from class AbstractFactory
addImplementationHints, equals, getImplementationHints, getPriority, hashCode, onDeregistration, onRegistration, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Factory
getImplementationHints
 

Field Detail

LOGGER

protected static final Logger LOGGER
Logger.

Constructor Detail

NADCONGridShiftFactory

public NADCONGridShiftFactory()
Constructs a factory with the default priority.

Method Detail

loadGridShift

public NADConGridShift loadGridShift(URL latGridURL,
                                     URL longGridURL)
                              throws FactoryException
Throws:
FactoryException


Copyright © 1996-2014 Geotools. All Rights Reserved.