Uses of Class
org.geotools.referencing.factory.BufferedAuthorityFactory
- 
Packages that use BufferedAuthorityFactory Package Description org.geotools.coverage.io.netcdf.crs org.geotools.referencing.epsg.esri org.geotools.referencing.epsg.postgresql 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.epsg.hsql org.geotools.referencing.iau 
- 
- 
Uses of BufferedAuthorityFactory in org.geotools.coverage.io.netcdf.crsSubclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.epsg.esriSubclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.epsg.postgresqlSubclasses of BufferedAuthorityFactory in org.geotools.referencing.epsg.postgresql Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC.
- 
Uses of BufferedAuthorityFactory in org.geotools.referencing.factorySubclasses of BufferedAuthorityFactory in org.geotools.referencing.factory Modifier and Type Class Description classDeferredAuthorityFactoryA buffered authority factory which will defer the creation of a backing store until when first needed.
- 
Uses of BufferedAuthorityFactory in org.geotools.referencing.factory.epsgSubclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.factory.epsg.hsqlSubclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.iauSubclasses of BufferedAuthorityFactory 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.
 
-