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 SummaryFields inherited from class DirectAuthorityFactoryfactoriesFields inherited from class ReferencingFactoryLOGGERFields inherited from class AbstractFactoryhints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class WebCRSFactorycreateCoordinateReferenceSystem, createObject, getAuthorityCodes, getDescriptionText, getIntegerCodeMethods inherited from class DirectAuthorityFactorygetImplementationHintsMethods inherited from class AbstractAuthorityFactorycreateCartesianCS, 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, trimAuthorityMethods inherited from class ReferencingFactoryensureNonNull, getVendorMethods inherited from class AbstractFactoryaddImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toStringMethods inherited from interface CRSAuthorityFactorycreateCompoundCRS, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createProjectedCRS, createTemporalCRS, createVerticalCRS
- 
Constructor Details- 
OGCAPICRSFactorypublic OGCAPICRSFactory()
 
- 
- 
Method Details- 
getAuthorityDescription copied from class:WebCRSFactoryReturns the authority for this factory, which isCRS.- Specified by:
- getAuthorityin interface- AuthorityFactory
- Overrides:
- getAuthorityin class- WebCRSFactory
- Returns:
- The organization reponsible for definition of the database.
 
 
-