Uses of Class
org.geotools.referencing.factory.DeferredAuthorityFactory
-
Packages that use DeferredAuthorityFactory Package Description org.geotools.coverage.io.netcdf.crs org.geotools.referencing.epsg.esri org.geotools.referencing.epsg.postgresql org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.factory.epsg.hsql org.geotools.referencing.iau -
-
Uses of DeferredAuthorityFactory in org.geotools.coverage.io.netcdf.crs
Subclasses of DeferredAuthorityFactory in org.geotools.coverage.io.netcdf.crs Modifier and Type Class Description class
NetCDFCRSAuthorityFactory
A factory providing NetCDF/GRIB customCoordinateReferenceSystem
instances with the related custom EPSG. -
Uses of DeferredAuthorityFactory in org.geotools.referencing.epsg.esri
Subclasses of DeferredAuthorityFactory in org.geotools.referencing.epsg.esri Modifier and Type Class Description class
EsriExtension
Extends the EPSG database with Coordinate Reference Systems defined by ESRI.class
UnnamedExtension
Provides common Coordinate Reference Systems not found in the standard EPSG database. -
Uses of DeferredAuthorityFactory in org.geotools.referencing.epsg.postgresql
Subclasses of DeferredAuthorityFactory in org.geotools.referencing.epsg.postgresql Modifier and Type Class Description class
ThreadedPostgreSQLEpsgFactory
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg
Subclasses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description class
CoordinateOperationFactoryUsingWKT
Authority factory that holds user-defined Coordinate Operations.class
FactoryUsingWKT
Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.class
LongitudeFirstEpsgDecorator
An EPSG authority factory using (longitude, latitude) axis order.class
LongitudeFirstFactory
An EPSG authority factory using (longitude, latitude) axis order.class
ThreadedEpsgFactory
Base class for EPSG factories to be registered inReferencingFactoryFinder
. -
Uses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Subclasses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg.hsql Modifier and Type Class Description class
ThreadedHsqlEpsgFactory
Connection to the EPSG database in HSQL database engine format using JDBC. -
Uses of DeferredAuthorityFactory in org.geotools.referencing.iau
Subclasses of DeferredAuthorityFactory in org.geotools.referencing.iau Modifier and Type Class Description class
IAUAuthorityFactory
Extends the EPSG database with Coordinate Reference Systems defined by IAU.class
IAULongitudeFirstFactory
An IAU authority factory using (longitude, latitude) axis order.
-