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.crsSubclasses of DeferredAuthorityFactory in org.geotools.coverage.io.netcdf.crs Modifier and Type Class Description classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG.
- 
Uses of DeferredAuthorityFactory in org.geotools.referencing.epsg.esriSubclasses of DeferredAuthorityFactory in org.geotools.referencing.epsg.esri Modifier and Type Class Description classEsriExtensionExtends the EPSG database with Coordinate Reference Systems defined by ESRI.classUnnamedExtensionProvides common Coordinate Reference Systems not found in the standard EPSG database.
- 
Uses of DeferredAuthorityFactory in org.geotools.referencing.epsg.postgresqlSubclasses of DeferredAuthorityFactory in org.geotools.referencing.epsg.postgresql Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC.
- 
Uses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsgSubclasses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description classCoordinateOperationFactoryUsingWKTAuthority factory that holds user-defined Coordinate Operations.classFactoryUsingWKTAuthority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.classLongitudeFirstEpsgDecoratorAn EPSG authority factory using (longitude, latitude) axis order.classLongitudeFirstFactoryAn EPSG authority factory using (longitude, latitude) axis order.classThreadedEpsgFactoryBase class for EPSG factories to be registered inReferencingFactoryFinder.
- 
Uses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg.hsqlSubclasses of DeferredAuthorityFactory in org.geotools.referencing.factory.epsg.hsql Modifier and Type Class Description classThreadedHsqlEpsgFactoryConnection to the EPSG database in HSQL database engine format using JDBC.
- 
Uses of DeferredAuthorityFactory in org.geotools.referencing.iauSubclasses of DeferredAuthorityFactory in org.geotools.referencing.iau Modifier and Type Class Description classIAUAuthorityFactoryExtends the EPSG database with Coordinate Reference Systems defined by IAU.classIAULongitudeFirstFactoryAn IAU authority factory using (longitude, latitude) axis order.
 
-