Package org.geotools.referencing.iau
Class IAUAuthorityFactory
-
- All Implemented Interfaces:
AuthorityFactory
,CRSAuthorityFactory
,Factory
,BufferedFactory
,Factory
,OptionalFactory
,RegistrableFactory
public class IAUAuthorityFactory extends FactoryUsingWKT
Extends the EPSG database with Coordinate Reference Systems defined by IAU. Those CRS will be registered both in"IAU"
and"IAU_2015"
name space.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FILENAME
The default filename to read.protected static int
PRIORITY
-
Fields inherited from class FactoryUsingWKT
DEFAULT_PRIORITY
-
Fields inherited from class ReferencingFactory
LOGGER
-
Fields inherited from class AbstractFactory
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
-
-
Constructor Summary
Constructors Constructor Description IAUAuthorityFactory()
Constructs an authority factory using the default set of factories.IAUAuthorityFactory(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Citation[]
getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.protected URL
getDefinitionsURL()
Returns the URL to the property file that contains CRS definitions.-
Methods inherited from class FactoryUsingWKT
createBackingStore, getAuthority, getFactory, main, main, reportDuplicatedCodes, reportInstantiationFailures
-
Methods inherited from class DeferredAuthorityFactory
canDisposeBackingStore, dispose, disposeBackingStore, exit, getBackingStore, isAvailable, isConnected, setTimeout
-
Methods 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, getVendor
-
Methods inherited from class AbstractAuthorityFactory
noSuchAuthorityCode, trimAuthority
-
Methods inherited from class ReferencingFactory
ensureNonNull
-
Methods inherited from class AbstractFactory
addImplementationHints, equals, getImplementationHints, getPriority, hashCode, onDeregistration, onRegistration, toString
-
Methods inherited from interface AuthorityFactory
createObject, getAuthorityCodes, getDescriptionText
-
Methods inherited from interface CRSAuthorityFactory
createCompoundCRS, createCoordinateReferenceSystem, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRS
-
Methods inherited from interface Factory
getImplementationHints
-
-
-
-
Field Detail
-
FILENAME
public static final String FILENAME
The default filename to read. This file will be searched in theorg/geotools/referencing/factory/espg
directory in the classpath or in a JAR file.- See Also:
getDefinitionsURL()
, Constant Field Values
-
PRIORITY
protected static final int PRIORITY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IAUAuthorityFactory
public IAUAuthorityFactory()
Constructs an authority factory using the default set of factories.
-
IAUAuthorityFactory
public IAUAuthorityFactory(Hints hints)
Constructs an authority factory using a set of factories created from the specified hints. This constructor recognizes theCRS
,CS
,DATUM
andMATH_TRANSFORM
FACTORY
hints.
-
-
Method Detail
-
getAuthorities
protected Citation[] getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created. The default implementation returns the Citations.IAU authority.- Overrides:
getAuthorities
in classFactoryUsingWKT
-
getDefinitionsURL
protected URL getDefinitionsURL()
Returns the URL to the property file that contains CRS definitions. The default implementation returns the URL to the "iau.properties" file.- Overrides:
getDefinitionsURL
in classFactoryUsingWKT
- Returns:
- The URL, or
null
if none.
-
-