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.factorySubclasses of DirectAuthorityFactory in org.geotools.referencing.factory Modifier and Type Class Description classPropertyAuthorityFactoryDefault implementation for a coordinate reference system authority factory backed by a property file.classPropertyCoordinateOperationAuthorityFactoryACoordinateOperationAuthorityFactorybacked by a properties file.
- 
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.epsgSubclasses of DirectAuthorityFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description classCartesianAuthorityFactoryA factory providing a EPSG code for a cartesian engineering systemsclassDirectEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classFactoryUsingAnsiSQLAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classFactoryUsingSQLPlease useAccessDialectEpsgFactory.
- 
Uses of DirectAuthorityFactory in org.geotools.referencing.factory.wmsSubclasses of DirectAuthorityFactory in org.geotools.referencing.factory.wms Modifier and Type Class Description classAutoCRSFactoryclassOGCAPICRSFactorySimilar 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").classWebCRSFactoryThe factory for coordinate reference systems in theCRSspace.
 
-