Uses of Interface
org.geotools.util.factory.BufferedFactory
-
Packages that use BufferedFactory 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.factory.gridshift org.geotools.referencing.iau org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of BufferedFactory in org.geotools.coverage.io.netcdf.crs
Classes in org.geotools.coverage.io.netcdf.crs that implement BufferedFactory Modifier and Type Class Description classNetCDFCRSAuthorityFactoryA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG. -
Uses of BufferedFactory in org.geotools.referencing.epsg.esri
Classes in org.geotools.referencing.epsg.esri that implement BufferedFactory 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 BufferedFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement BufferedFactory Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of BufferedFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement BufferedFactory Modifier and Type Class Description classAbstractAuthorityMediatorAn authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.classAbstractCachedAuthorityFactoryAn authority factory that consults (a possibly shared) cache before generating content itself.classAbstractEpsgMediatorAbstract implementation for EPSG (has a DataSource reference inside).classBufferedAuthorityFactoryAn authority factory that caches all objects created by an other factory.classCachedAuthorityDecoratorAn authority factory that caches all objects created by delegate factories.classCachedCRSAuthorityDecoratorAn authority factory that caches all objects created by the delegate CRSAuthorityFactory.classDeferredAuthorityFactoryA buffered authority factory which will defer the creation of a backing store until when first needed.classReferencingObjectFactoryclassThreadedAuthorityFactoryAn authority factory that caches all objects created by an other factory. -
Uses of BufferedFactory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement BufferedFactory Modifier and Type Class Description classAbstractEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classAccessDialectEpsgFactoryThis factory uses the MS-Access dialect of SQL.classAnsiDialectEpsgFactoryAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.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 BufferedFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement BufferedFactory Modifier and Type Class Description classHsqlDialectEpsgMediatorMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.classThreadedHsqlEpsgFactoryConnection to the EPSG database in HSQL database engine format using JDBC. -
Uses of BufferedFactory in org.geotools.referencing.factory.gridshift
Classes in org.geotools.referencing.factory.gridshift that implement BufferedFactory Modifier and Type Class Description classNADCONGridShiftFactoryLoads and caches NADCON grid shiftsclassNTv2GridShiftFactoryLoads and caches NTv2 grid files. -
Uses of BufferedFactory in org.geotools.referencing.iau
Classes in org.geotools.referencing.iau that implement BufferedFactory 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. -
Uses of BufferedFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement BufferedFactory Modifier and Type Class Description classBufferedCoordinateOperationFactoryCaches the coordinate operations created by an other factory.
-