Uses of Interface
org.geotools.api.referencing.operation.CoordinateOperationAuthorityFactory
Packages that use CoordinateOperationAuthorityFactory
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Coordinate operation implementation.
-
Uses of CoordinateOperationAuthorityFactory in org.geotools.factory
Methods in org.geotools.factory that return CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionBasicFactories.getCoordinateOperationAuthorityFactory()
Returns the coordinate operation authority factory singleton. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionReferencingFactoryFinder.getCoordinateOperationAuthorityFactory
(String authority, Hints hints) Returns the first implementation ofCoordinateOperationAuthorityFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionReferencingFactoryFinder.getCoordinateOperationAuthorityFactories
(Hints hints) Returns a set of all available implementations for theCoordinateOperationAuthorityFactory
interface. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclass
Connection to the EPSG database in PostgreSQL database engine using JDBC. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclass
Base class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory
.class
An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.class
An authority factory that consults (a possibly shared) cache before generating content itself.class
Abstract implementation for EPSG (has a DataSource reference inside).class
An authority factory that delegates the object creation to an other factory determined from the authority name in the code.final class
An authority factory that caches all objects created by delegate factories.class
Wraps all factories in a"http://www.opengis.net/"
name space.class
AuthorityFactory
for OGC HTTP URI resources.class
An authority factory that delegates the object creation to an other factory determined from the authority name in the code.class
ACoordinateOperationAuthorityFactory
backed by a properties file.class
Wraps all factories in a"urn:ogc:def"
name space.Methods in org.geotools.referencing.factory that return CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionprotected CoordinateOperationAuthorityFactory
Abstract_URI_AuthorityFactory.getCoordinateOperationAuthorityFactory
(String code) Returns the coordinate operation factory to use for the specified URI.protected CoordinateOperationAuthorityFactory
AuthorityFactoryAdapter.getCoordinateOperationAuthorityFactory
(String code) Returns the coordinate operation factory to use for the specified code.protected CoordinateOperationAuthorityFactory
ManyAuthoritiesFactory.getCoordinateOperationAuthorityFactory
(String code) Returns the operation authority factory for the specified"AUTHORITY:NUMBER"
code.Constructors in org.geotools.referencing.factory with parameters of type CoordinateOperationAuthorityFactoryModifierConstructorDescriptionprotected
AuthorityFactoryAdapter
(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories.protected
TransformedAuthorityFactory
(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory) Creates a wrapper around the specified factories. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.factory.epsg
Classes in org.geotools.referencing.factory.epsg that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclass
A coordinate reference system factory backed by the EPSG database tables.class
This factory uses the MS-Access dialect of SQL.class
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
Authority factory that holds user-defined Coordinate Operations.class
A coordinate reference system factory backed by the EPSG database tables.class
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.class
Please useAccessDialectEpsgFactory
.class
An EPSG authority factory using (longitude, latitude) axis order.class
An EPSG authority factory using (longitude, latitude) axis order.class
Base class for EPSG factories to be registered inReferencingFactoryFinder
.Fields in org.geotools.referencing.factory.epsg declared as CoordinateOperationAuthorityFactoryModifier and TypeFieldDescriptionprotected CoordinateOperationAuthorityFactory
CoordinateOperationFactoryUsingWKT.fallbackAuthorityFactory
An alternate factory to be used when the primary one doesn't find an operationMethods in org.geotools.referencing.factory.epsg that return CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionprotected CoordinateOperationAuthorityFactory
CoordinateOperationFactoryUsingWKT.getFallbackAuthorityFactory()
Gets the next availableCoordinateOperationAuthorityFactory
in the priority list. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement CoordinateOperationAuthorityFactoryModifier and TypeClassDescriptionclass
Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.class
Connection to the EPSG database in HSQL database engine format using JDBC. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return CoordinateOperationAuthorityFactoryModifier and TypeMethodDescriptionprotected CoordinateOperationAuthorityFactory
AuthorityBackedFactory.getAuthorityFactory()
Returns the underlying coordinate operation authority factory.