Uses of Interface
org.geotools.api.referencing.datum.DatumAuthorityFactory
Packages that use DatumAuthorityFactory
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
-
Uses of DatumAuthorityFactory in org.geotools.factory
Methods in org.geotools.factory that return DatumAuthorityFactoryModifier and TypeMethodDescriptionBasicFactories.getDatumAuthorityFactory()Returns the datum authority factory singleton. -
Uses of DatumAuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing that return DatumAuthorityFactoryModifier and TypeMethodDescriptionstatic DatumAuthorityFactoryReferencingFactoryFinder.getDatumAuthorityFactory(String authority, Hints hints) Returns the first implementation ofDatumAuthorityFactorymatching the specified hints.Methods in org.geotools.referencing that return types with arguments of type DatumAuthorityFactoryModifier and TypeMethodDescriptionstatic Set<DatumAuthorityFactory>ReferencingFactoryFinder.getDatumAuthorityFactories(Hints hints) Returns a set of all available implementations for theDatumAuthorityFactoryinterface. -
Uses of DatumAuthorityFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement DatumAuthorityFactoryModifier and TypeClassDescriptionclassConnection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of DatumAuthorityFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement DatumAuthorityFactoryModifier 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.final classAn authority factory that caches all objects created by delegate factories.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.classDefault implementation for a coordinate reference system authority factory backed by a property file.classWraps all factories in a"urn:ogc:def"name space.Methods in org.geotools.referencing.factory that return DatumAuthorityFactoryModifier and TypeMethodDescriptionprotected DatumAuthorityFactoryAbstract_URI_AuthorityFactory.getDatumAuthorityFactory(String code) Returns the datum factory to use for the specified URI.protected DatumAuthorityFactoryAuthorityFactoryAdapter.getDatumAuthorityFactory(String code) Returns the datum factory to use for the specified code.protected DatumAuthorityFactoryManyAuthoritiesFactory.getDatumAuthorityFactory(String code) Returns the datum authority factory for the specified"AUTHORITY:NUMBER"code.Constructors in org.geotools.referencing.factory with parameters of type DatumAuthorityFactoryModifierConstructorDescriptionprotectedAuthorityFactoryAdapter(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories.protectedTransformedAuthorityFactory(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories. -
Uses of DatumAuthorityFactory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement DatumAuthorityFactoryModifier 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 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.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. -
Uses of DatumAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement DatumAuthorityFactoryModifier and TypeClassDescriptionclassMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.classConnection to the EPSG database in HSQL database engine format using JDBC.