Class OGCAPICRSFactory
- All Implemented Interfaces:
AuthorityFactory
,CRSAuthorityFactory
,Factory
,Factory
,RegistrableFactory
Similar to the OGC CRS factory, but with a different authority name, designed to support URNs coming from the OGC API
- Features - Part 1: Core specification (e.g., "http://www.opengis.net/def/crs/OGC/1.3/CRS84").
-
Field Summary
Fields inherited from class DirectAuthorityFactory
factories
Fields inherited from class ReferencingFactory
LOGGER
Fields inherited from class AbstractFactory
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WebCRSFactory
createCoordinateReferenceSystem, createObject, getAuthorityCodes, getDescriptionText
Methods inherited from class DirectAuthorityFactory
getImplementationHints
Methods inherited from class AbstractAuthorityFactory
createCartesianCS, createCompoundCRS, createCoordinateOperation, createCoordinateSystem, createCoordinateSystemAxis, createCylindricalCS, createDatum, createDerivedCRS, createEllipsoid, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createExtent, createFromCoordinateReferenceSystemCodes, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createOperationMethod, createParameterDescriptor, createPolarCS, createPrimeMeridian, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createUnit, createVerticalCRS, createVerticalCS, createVerticalDatum, dispose, getBackingStoreDescription, getIdentifiedObjectFinder, noSuchAuthorityCode, trimAuthority
Methods inherited from class ReferencingFactory
ensureNonNull, getVendor
Methods inherited from class AbstractFactory
addImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toString
Methods inherited from interface CRSAuthorityFactory
createCompoundCRS, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRS
-
Constructor Details
-
OGCAPICRSFactory
public OGCAPICRSFactory()
-
-
Method Details
-
getAuthority
Description copied from class:WebCRSFactory
Returns the authority for this factory, which isCRS
.- Specified by:
getAuthority
in interfaceAuthorityFactory
- Overrides:
getAuthority
in classWebCRSFactory
- Returns:
- The organization reponsible for definition of the database.
-