|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateOperationAuthorityFactory | |
---|---|
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.referencing | Reference systems implementation. |
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.operation | Coordinate operation implementation. |
Uses of CoordinateOperationAuthorityFactory in org.geotools.factory |
---|
Methods in org.geotools.factory that return CoordinateOperationAuthorityFactory | |
---|---|
CoordinateOperationAuthorityFactory |
BasicFactories.getCoordinateOperationAuthorityFactory()
Returns the coordinate operation authority factory singleton. |
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing |
---|
Methods in org.geotools.referencing that return CoordinateOperationAuthorityFactory | |
---|---|
static CoordinateOperationAuthorityFactory |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of CoordinateOperationAuthorityFactory matching
the specified hints. |
Methods in org.geotools.referencing that return types with arguments of type CoordinateOperationAuthorityFactory | |
---|---|
static Set<CoordinateOperationAuthorityFactory> |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactories(Hints hints)
Returns a set of all available implementations for the CoordinateOperationAuthorityFactory interface. |
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.factory |
---|
Classes in org.geotools.referencing.factory that implement CoordinateOperationAuthorityFactory | |
---|---|
class |
Abstract_URI_AuthorityFactory
Base class for building OGC URN and HTTP URI wrappers around AllAuthoritiesFactory . |
class |
AbstractAuthorityMediator
An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory. |
class |
AbstractCachedAuthorityFactory
An authority factory that consults (a possibly shared) cache before generating content itself. |
class |
AbstractEpsgMediator
Abstract implementation for EPSG (has a DataSource reference inside). |
class |
AllAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
class |
CachedAuthorityDecorator
An authority factory that caches all objects created by delegate factories. |
class |
HTTP_AuthorityFactory
Wraps all factories in a "http://www.opengis.net/"
name space. |
class |
HTTP_URI_AuthorityFactory
AuthorityFactory for OGC HTTP URI resources. |
class |
ManyAuthoritiesFactory
An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
class |
PropertyCoordinateOperationAuthorityFactory
A CoordinateOperationAuthorityFactory backed by a properties file. |
class |
URN_AuthorityFactory
Wraps all factories in a "urn:ogc:def" name space. |
Methods in org.geotools.referencing.factory that return CoordinateOperationAuthorityFactory | |
---|---|
protected CoordinateOperationAuthorityFactory |
ManyAuthoritiesFactory.getCoordinateOperationAuthorityFactory(String code)
Returns the operation authority factory for the specified "AUTHORITY:NUMBER" code. |
protected CoordinateOperationAuthorityFactory |
AuthorityFactoryAdapter.getCoordinateOperationAuthorityFactory(String code)
Returns the coordinate operation factory to use for the specified code. |
protected CoordinateOperationAuthorityFactory |
Abstract_URI_AuthorityFactory.getCoordinateOperationAuthorityFactory(String code)
Returns the coordinate operation factory to use for the specified URI. |
Constructors in org.geotools.referencing.factory with parameters of type CoordinateOperationAuthorityFactory | |
---|---|
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 | |
---|---|
class |
AbstractEpsgFactory
A coordinate reference system factory backed by the EPSG database tables. |
class |
AccessDialectEpsgFactory
This factory uses the MS-Access dialect of SQL. |
class |
AnsiDialectEpsgFactory
An EPSG factory for the database generated by SQL scripts rather than the MS-Access one. |
class |
CoordinateOperationFactoryUsingWKT
Authority factory that holds user-defined Coordinate Operations. |
class |
DefaultFactory
Deprecated. Please use ThreadedEpsgFactory instead,
the name DefaultFactory was viewed as confusing |
class |
DirectEpsgFactory
A coordinate reference system factory backed by the EPSG database tables. |
class |
FactoryUsingAnsiSQL
Deprecated. Please use AnsiDialectEpsgFactory . |
class |
FactoryUsingSQL
Deprecated. Please use AccessDialectEpsgFactory . |
class |
HsqlDialectEpsgMediator
Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory. |
class |
LongitudeFirstEpsgDecorator
An EPSG authority factory using (longitude, latitude) axis order. |
class |
LongitudeFirstFactory
An EPSG authority factory using (longitude, latitude) axis order. |
class |
ThreadedEpsgFactory
Base class for EPSG factories to be registered in ReferencingFactoryFinder . |
class |
ThreadedHsqlEpsgFactory
Connection to the EPSG database in HSQL database engine format using JDBC. |
class |
ThreadedPostgreSQLEpsgFactory
Connection to the EPSG database in PostgreSQL database engine using JDBC. |
Fields in org.geotools.referencing.factory.epsg declared as CoordinateOperationAuthorityFactory | |
---|---|
protected CoordinateOperationAuthorityFactory |
CoordinateOperationFactoryUsingWKT.fallbackAuthorityFactory
An alternate factory to be used when the primary one doesn't find an operation |
Methods in org.geotools.referencing.factory.epsg that return CoordinateOperationAuthorityFactory | |
---|---|
protected CoordinateOperationAuthorityFactory |
CoordinateOperationFactoryUsingWKT.getFallbackAuthorityFactory()
Gets the next available CoordinateOperationAuthorityFactory
in the priority list. |
Uses of CoordinateOperationAuthorityFactory in org.geotools.referencing.operation |
---|
Methods in org.geotools.referencing.operation that return CoordinateOperationAuthorityFactory | |
---|---|
protected CoordinateOperationAuthorityFactory |
AuthorityBackedFactory.getAuthorityFactory()
Returns the underlying coordinate operation authority factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |