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.crs
Subclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.epsg.esri
Subclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.epsg.postgresql
Subclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.factory
Subclasses of BufferedAuthorityFactory in org.geotools.referencing.factory Modifier and Type Class Description class
DeferredAuthorityFactory
A buffered authority factory which will defer the creation of a backing store until when first needed. -
Uses of BufferedAuthorityFactory in org.geotools.referencing.factory.epsg
Subclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Subclasses of BufferedAuthorityFactory 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 BufferedAuthorityFactory in org.geotools.referencing.iau
Subclasses of BufferedAuthorityFactory 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.
-