Class NADCONGridShiftFactory
- Object
- 
- AbstractFactory
- 
- ReferencingFactory
- 
- NADCONGridShiftFactory
 
 
 
- 
- All Implemented Interfaces:
- Factory,- BufferedFactory,- Factory,- RegistrableFactory
 
 public class NADCONGridShiftFactory extends ReferencingFactory implements BufferedFactory Loads and caches NADCON grid shifts- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static LoggerLOGGERLogger.- 
Fields inherited from class AbstractFactoryhints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
 
- 
 - 
Constructor SummaryConstructors Constructor Description NADCONGridShiftFactory()Constructs a factory with the default priority.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NADConGridShiftloadGridShift(URL latGridURL, URL longGridURL)- 
Methods inherited from class ReferencingFactoryensureNonNull, getVendor
 - 
Methods inherited from class AbstractFactoryaddImplementationHints, equals, getImplementationHints, getPriority, hashCode, onDeregistration, onRegistration, toString
 - 
Methods inherited from interface FactorygetImplementationHints
 
- 
 
- 
- 
- 
Field Detail- 
LOGGERprotected static final Logger LOGGER Logger.
 
- 
 - 
Method Detail- 
loadGridShiftpublic NADConGridShift loadGridShift(URL latGridURL, URL longGridURL) throws FactoryException - Throws:
- FactoryException
 
 
- 
 
-