Class NetCDFCRSAuthorityFactory
Object
AbstractFactory
ReferencingFactory
AbstractAuthorityFactory
BufferedAuthorityFactory
DeferredAuthorityFactory
FactoryUsingWKT
NetCDFCRSAuthorityFactory
- All Implemented Interfaces:
AuthorityFactory,CRSAuthorityFactory,Factory,BufferedFactory,Factory,OptionalFactory,RegistrableFactory
A factory providing NetCDF/GRIB custom
CoordinateReferenceSystem instances with the related custom EPSG.- Author:
- Daniele Romagnoli - GeoSolutions
-
Field Summary
FieldsFields inherited from class FactoryUsingWKT
DEFAULT_PRIORITY, FILENAMEFields inherited from class ReferencingFactory
LOGGERFields inherited from class AbstractFactory
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority -
Constructor Summary
ConstructorsConstructorDescriptionNetCDFCRSAuthorityFactory(Hints userHints) NetCDFCRSAuthorityFactory(Hints userHints, int priority) -
Method Summary
Methods inherited from class FactoryUsingWKT
createBackingStore, getAuthorities, getAuthority, getFactory, main, main, reportDuplicatedCodes, reportInstantiationFailuresMethods inherited from class DeferredAuthorityFactory
canDisposeBackingStore, dispose, disposeBackingStore, exit, getBackingStore, isAvailable, isConnected, setTimeoutMethods inherited from class BufferedAuthorityFactory
createCartesianCS, createCompoundCRS, createCoordinateOperation, createCoordinateReferenceSystem, createCoordinateSystem, createCoordinateSystemAxis, createCylindricalCS, createDatum, createDerivedCRS, createEllipsoid, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createExtent, createFromCoordinateReferenceSystemCodes, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createObject, createOperationMethod, createParameterDescriptor, createPolarCS, createPrimeMeridian, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createUnit, createVerticalCRS, createVerticalCS, createVerticalDatum, getAuthorityCodes, getBackingStoreDescription, getDescriptionText, getIdentifiedObjectFinder, getVendorMethods inherited from class AbstractAuthorityFactory
noSuchAuthorityCode, trimAuthorityMethods inherited from class ReferencingFactory
ensureNonNullMethods inherited from class AbstractFactory
addImplementationHints, equals, getImplementationHints, getPriority, hashCode, onDeregistration, onRegistrationMethods inherited from interface AuthorityFactory
createObject, getAuthority, getAuthorityCodes, getDescriptionTextMethods inherited from interface CRSAuthorityFactory
createCompoundCRS, createCoordinateReferenceSystem, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRSMethods inherited from interface Factory
getImplementationHints
-
Field Details
-
SYSTEM_DEFAULT_USER_PROJ_FILE
- See Also:
-
-
Constructor Details
-
NetCDFCRSAuthorityFactory
public NetCDFCRSAuthorityFactory() -
NetCDFCRSAuthorityFactory
-
NetCDFCRSAuthorityFactory
-
-
Method Details
-
getDefinitionsURL
Returns the URL to the property file that contains CRS definitions.- Overrides:
getDefinitionsURLin classFactoryUsingWKT- Returns:
- The URL, or
nullif none.
-
toString
Description copied from class:AbstractFactoryReturns a string representation of this factory. This method is mostly for debugging purpose, so the string format may vary across different implementations or versions. The default implementation formats all implementation hints as a tree. If the implementation hints include some factory dependencies, then the implementation hints for those dependencies will appears under a tree branch.- Overrides:
toStringin classAbstractFactory
-