Uses of Class
org.geotools.referencing.factory.DirectAuthorityFactory
Packages that use DirectAuthorityFactory
Package
Description
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
-
Uses of DirectAuthorityFactory in org.geotools.referencing.factory
Subclasses of DirectAuthorityFactory in org.geotools.referencing.factoryModifier and TypeClassDescriptionclass
Default implementation for a coordinate reference system authority factory backed by a property file.class
ACoordinateOperationAuthorityFactory
backed by a properties file. -
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.epsg
Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.epsgModifier and TypeClassDescriptionclass
A factory providing a EPSG code for a cartesian engineering systemsclass
A coordinate reference system factory backed by the EPSG database tables.class
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
Please useAccessDialectEpsgFactory
. -
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.wms
Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.wmsModifier and TypeClassDescriptionclass
class
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").class
The factory for coordinate reference systems in theCRS
space.