Uses of Class
org.geotools.referencing.factory.AbstractAuthorityFactory
Packages that use AbstractAuthorityFactory
Package
Description
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
-
Uses of AbstractAuthorityFactory in org.geotools.coverage.io.netcdf.crs
Subclasses of AbstractAuthorityFactory in org.geotools.coverage.io.netcdf.crsModifier and TypeClassDescriptionclassA factory providing NetCDF/GRIB customCoordinateReferenceSysteminstances with the related custom EPSG. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.epsg.esri
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.epsg.esriModifier and TypeClassDescriptionclassExtends the EPSG database with Coordinate Reference Systems defined by ESRI.classProvides common Coordinate Reference Systems not found in the standard EPSG database. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.epsg.postgresql
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.epsg.postgresqlModifier and TypeClassDescriptionclassConnection to the EPSG database in PostgreSQL database engine using JDBC.Methods in org.geotools.referencing.epsg.postgresql that return AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected AbstractAuthorityFactoryThreadedPostgreSQLEpsgFactory.createBackingStore(Hints hints) Returns the backing-store factory for PostgreSQL syntax. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.factory
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.factoryModifier and TypeClassDescriptionclassBase class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory.classAn authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.classAn authority factory that consults (a possibly shared) cache before generating content itself.classAbstract implementation for EPSG (has a DataSource reference inside).classAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classclassAn authority factory that caches all objects created by an other factory.final classAn authority factory that caches all objects created by delegate factories.final classAn authority factory that caches all objects created by the delegate CRSAuthorityFactory.classA buffered authority factory which will defer the creation of a backing store until when first needed.classThe base class for authority factories that create referencing object directly.classA factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.classWraps all factories in a"http://www.opengis.net/"name space.classAuthorityFactoryfor OGC HTTP URI resources.classAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classAn authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.classDefault implementation for a coordinate reference system authority factory backed by a property file.classACoordinateOperationAuthorityFactorybacked by a properties file.classAn authority factory that caches all objects created by an other factory.classclassWraps all factories in a"urn:ogc:def"name space.Methods in org.geotools.referencing.factory that return AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected abstract AbstractAuthorityFactoryDeferredAuthorityFactory.createBackingStore()Creates the backing store authority factory.protected final AbstractAuthorityFactoryDeferredAuthorityFactory.getBackingStore()Returns the backing store authority factory.Methods in org.geotools.referencing.factory with parameters of type AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected booleanDeferredAuthorityFactory.canDisposeBackingStore(AbstractAuthorityFactory backingStore) Returnstrueif the backing store can be disposed now.Constructors in org.geotools.referencing.factory with parameters of type AbstractAuthorityFactoryModifierConstructorDescriptionprotectedConstructs an instance wrapping the specified factory with a default number of entries to keep by strong reference.protectedBufferedAuthorityFactory(AbstractAuthorityFactory factory, int maxStrongReferences) Constructs an instance wrapping the specified factory.OrderedAxisAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the supplied factory.OrderedAxisCRSAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder) Creates a factory which will reorder the axis of all objects created by the supplied factory.protectedConstructs an instance wrapping the specified factory with a default number of entries to keep by strong reference.protectedThreadedAuthorityFactory(AbstractAuthorityFactory factory, int maxStrongReferences) Constructs an instance wrapping the specified factory. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.factory.epsg
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.factory.epsgModifier and TypeClassDescriptionclassA coordinate reference system factory backed by the EPSG database tables.classThis factory uses the MS-Access dialect of SQL.classAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classA factory providing a EPSG code for a cartesian engineering systemsclassAuthority factory that holds user-defined Coordinate Operations.classA coordinate reference system factory backed by the EPSG database tables.classAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classPlease useAccessDialectEpsgFactory.classAuthority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.classAn EPSG authority factory using (longitude, latitude) axis order.classAn EPSG authority factory using (longitude, latitude) axis order.classBase class for EPSG factories to be registered inReferencingFactoryFinder.Methods in org.geotools.referencing.factory.epsg with type parameters of type AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected static final <T extends AbstractAuthorityFactory>
TFactoryUsingWKT.getFactory(String authority, Class<T> type) Methods in org.geotools.referencing.factory.epsg that return AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected AbstractAuthorityFactoryCoordinateOperationFactoryUsingWKT.createBackingStore()Creates the backing store authority factory.protected AbstractAuthorityFactoryFactoryUsingWKT.createBackingStore()Creates the backing store authority factory.protected AbstractAuthorityFactoryLongitudeFirstEpsgDecorator.createBackingStore()Returns the factory instance (usuallyThreadedEpsgFactory) to be used as the backing store.protected AbstractAuthorityFactoryLongitudeFirstFactory.createBackingStore()Returns the factory instance (usuallyThreadedEpsgFactory) to be used as the backing store.protected AbstractAuthorityFactoryThreadedEpsgFactory.createBackingStore()Creates the backing store authority factory.protected AbstractAuthorityFactoryThreadedEpsgFactory.createBackingStore(Hints hints) Creates the backing store for the specified data source.Methods in org.geotools.referencing.factory.epsg with parameters of type AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected booleanThreadedEpsgFactory.canDisposeBackingStore(AbstractAuthorityFactory backingStore) Returnstrueif the backing store can be disposed now. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.factory.epsg.hsqlModifier and TypeClassDescriptionclassMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.classConnection to the EPSG database in HSQL database engine format using JDBC.Methods in org.geotools.referencing.factory.epsg.hsql that return AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected AbstractAuthorityFactoryThreadedHsqlEpsgFactory.createBackingStore(Hints hints) Returns the backing-store factory for HSQL syntax. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.factory.wms
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.factory.wmsModifier and TypeClassDescriptionclassclassSimilar to the OGC CRS factory, but with a different authority name, designed to support URNs coming from the OGC API - Features - Part 1: Core specification (e.g., "http://www.opengis.net/def/crs/OGC/1.3/CRS84").classThe factory for coordinate reference systems in theCRSspace. -
Uses of AbstractAuthorityFactory in org.geotools.referencing.iau
Subclasses of AbstractAuthorityFactory in org.geotools.referencing.iauModifier and TypeClassDescriptionclassExtends the EPSG database with Coordinate Reference Systems defined by IAU.classAn IAU authority factory using (longitude, latitude) axis order.Methods in org.geotools.referencing.iau that return AbstractAuthorityFactoryModifier and TypeMethodDescriptionprotected AbstractAuthorityFactoryIAULongitudeFirstFactory.createBackingStore()Returns the factory instance (usuallyThreadedEpsgFactory) to be used as the backing store.