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 Summary
Fields Modifier and Type Field Description protected static Logger
LOGGER
Logger.-
Fields inherited from class AbstractFactory
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
-
-
Constructor Summary
Constructors Constructor Description NADCONGridShiftFactory()
Constructs a factory with the default priority.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 interface Factory
getImplementationHints
-
-
-
-
Field Detail
-
LOGGER
protected static final Logger LOGGER
Logger.
-
-
Method Detail
-
loadGridShift
public NADConGridShift loadGridShift(URL latGridURL, URL longGridURL) throws FactoryException
- Throws:
FactoryException
-
-