Uses of Class
org.geotools.referencing.factory.DirectAuthorityFactory
-
Packages that use DirectAuthorityFactory Package Description org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.factory.wms 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.factory Modifier and Type Class Description class
PropertyAuthorityFactory
Default implementation for a coordinate reference system authority factory backed by a property file.class
PropertyCoordinateOperationAuthorityFactory
ACoordinateOperationAuthorityFactory
backed by a properties file. -
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.epsg
Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description class
CartesianAuthorityFactory
A factory providing a EPSG code for a cartesian engineering systemsclass
DirectEpsgFactory
A coordinate reference system factory backed by the EPSG database tables.class
FactoryUsingAnsiSQL
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
FactoryUsingSQL
Please useAccessDialectEpsgFactory
. -
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.wms
Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.wms Modifier and Type Class Description class
AutoCRSFactory
class
OGCAPICRSFactory
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
WebCRSFactory
The factory for coordinate reference systems in theCRS
space.
-