Uses of Interface
org.geotools.api.referencing.operation.CoordinateOperationAuthorityFactory
-
Packages that use CoordinateOperationAuthorityFactory Package Description org.geotools.factory org.geotools.referencing Reference systems implementation.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.operation Coordinate operation implementation. -
-
Uses of CoordinateOperationAuthorityFactory in org.geotools.factory
Methods in org.geotools.factory that return CoordinateOperationAuthorityFactory Modifier and Type Method Description CoordinateOperationAuthorityFactoryBasicFactories. getCoordinateOperationAuthorityFactory()Returns the coordinate operation authority factory singleton. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing
Methods in org.geotools.referencing that return CoordinateOperationAuthorityFactory Modifier and Type Method Description static CoordinateOperationAuthorityFactoryReferencingFactoryFinder. getCoordinateOperationAuthorityFactory(String authority, Hints hints)Returns the first implementation ofCoordinateOperationAuthorityFactorymatching the specified hints.Methods in org.geotools.referencing that return types with arguments of type CoordinateOperationAuthorityFactory Modifier and Type Method Description static Set<CoordinateOperationAuthorityFactory>ReferencingFactoryFinder. getCoordinateOperationAuthorityFactories(Hints hints)Returns a set of all available implementations for theCoordinateOperationAuthorityFactoryinterface. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.epsg.postgresql
Classes in org.geotools.referencing.epsg.postgresql that implement CoordinateOperationAuthorityFactory Modifier and Type Class Description classThreadedPostgreSQLEpsgFactoryConnection 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 CoordinateOperationAuthorityFactory Modifier and Type Class Description classAbstract_URI_AuthorityFactoryBase class for building OGC URN and HTTP URI wrappers aroundAllAuthoritiesFactory.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).classAllAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classCachedAuthorityDecoratorAn authority factory that caches all objects created by delegate factories.classHTTP_AuthorityFactoryWraps all factories in a"http://www.opengis.net/"name space.classHTTP_URI_AuthorityFactoryAuthorityFactoryfor OGC HTTP URI resources.classManyAuthoritiesFactoryAn authority factory that delegates the object creation to an other factory determined from the authority name in the code.classPropertyCoordinateOperationAuthorityFactoryACoordinateOperationAuthorityFactorybacked by a properties file.classURN_AuthorityFactoryWraps all factories in a"urn:ogc:def"name space.Methods in org.geotools.referencing.factory that return CoordinateOperationAuthorityFactory Modifier and Type Method Description protected CoordinateOperationAuthorityFactoryAbstract_URI_AuthorityFactory. getCoordinateOperationAuthorityFactory(String code)Returns the coordinate operation factory to use for the specified URI.protected CoordinateOperationAuthorityFactoryAuthorityFactoryAdapter. getCoordinateOperationAuthorityFactory(String code)Returns the coordinate operation factory to use for the specified code.protected CoordinateOperationAuthorityFactoryManyAuthoritiesFactory. getCoordinateOperationAuthorityFactory(String code)Returns the operation authority factory for the specified"AUTHORITY:NUMBER"code.Constructors in org.geotools.referencing.factory with parameters of type CoordinateOperationAuthorityFactory Constructor Description AuthorityFactoryAdapter(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory, CoordinateOperationAuthorityFactory opFactory)Creates a wrapper around the specified factories.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 CoordinateOperationAuthorityFactory 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.classDirectEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classFactoryUsingAnsiSQLAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.classFactoryUsingSQLPlease useAccessDialectEpsgFactory.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.Fields in org.geotools.referencing.factory.epsg declared as CoordinateOperationAuthorityFactory Modifier and Type Field Description protected CoordinateOperationAuthorityFactoryCoordinateOperationFactoryUsingWKT. fallbackAuthorityFactoryAn alternate factory to be used when the primary one doesn't find an operationMethods in org.geotools.referencing.factory.epsg that return CoordinateOperationAuthorityFactory Modifier and Type Method Description protected CoordinateOperationAuthorityFactoryCoordinateOperationFactoryUsingWKT. getFallbackAuthorityFactory()Gets the next availableCoordinateOperationAuthorityFactoryin the priority list. -
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.factory.epsg.hsql
Classes in org.geotools.referencing.factory.epsg.hsql that implement CoordinateOperationAuthorityFactory 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 CoordinateOperationAuthorityFactory in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return CoordinateOperationAuthorityFactory Modifier and Type Method Description protected CoordinateOperationAuthorityFactoryAuthorityBackedFactory. getAuthorityFactory()Returns the underlying coordinate operation authority factory.
-