Uses of Interface
org.opengis.referencing.AuthorityFactory

Packages that use AuthorityFactory
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate 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.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of AuthorityFactory in org.geotools.referencing
 

Methods in org.geotools.referencing with parameters of type AuthorityFactory
static void ReferencingFactoryFinder.addAuthorityFactory(AuthorityFactory authority)
          Programmatic management of authority factories.
static void ReferencingFactoryFinder.removeAuthorityFactory(AuthorityFactory authority)
          Programmatic management of authority factories.
 

Uses of AuthorityFactory in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement AuthorityFactory
 class EPSGCRSAuthorityFactory
          Deprecated. Uses one of the other EPSG factories backed by a database instead.
 

Uses of AuthorityFactory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement AuthorityFactory
 class Abstract_URI_AuthorityFactory
          Base class for building OGC URN and HTTP URI wrappers around AllAuthoritiesFactory.
 class AbstractAuthorityFactory
          Base class for authority factories.
 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 AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
 class BufferedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 class CachedAuthorityDecorator
          An authority factory that caches all objects created by delegate factories.
 class CachedCRSAuthorityDecorator
          An authority factory that caches all objects created by the delegate CRSAuthorityFactory.
 class DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
 class DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
 class FallbackAuthorityFactory
          A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.
 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 OrderedAxisAuthorityFactory
          An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
 class PropertyAuthorityFactory
          Default implementation for a coordinate reference system authority factory backed by a property file.
 class PropertyCoordinateOperationAuthorityFactory
          A CoordinateOperationAuthorityFactory backed by a properties file.
 class ThreadedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 class TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 class URN_AuthorityFactory
          Wraps all factories in a "urn:ogc:def" name space.
 

Fields in org.geotools.referencing.factory declared as AuthorityFactory
protected  AuthorityFactory IdentifiedObjectSet.factory
          The factory to use for creating identified objects when first needed.
 

Methods in org.geotools.referencing.factory with type parameters of type AuthorityFactory
static
<T extends AuthorityFactory>
T
FallbackAuthorityFactory.create(Class<T> type, Collection<T> factories)
          Wraps the specified authority factories.
 

Methods in org.geotools.referencing.factory that return AuthorityFactory
static AuthorityFactory FallbackAuthorityFactory.create(Collection<? extends AuthorityFactory> factories)
          Wraps the specified authority factories.
protected  AuthorityFactory Abstract_URI_AuthorityFactory.createVersionedFactory(Version version)
          Invoked when a factory is requested for a specific version.
protected  AuthorityFactory ManyAuthoritiesFactory.getAuthorityFactory(String code)
          Returns a generic object authority factory for the specified "AUTHORITY:NUMBER" code.
protected  AuthorityFactory AuthorityFactoryAdapter.getAuthorityFactory(String code)
          Returns a generic object factory to use for the specified code.
protected  AuthorityFactory Abstract_URI_AuthorityFactory.getAuthorityFactory(String code)
          Returns an object factory for the specified code.
 

Method parameters in org.geotools.referencing.factory with type arguments of type AuthorityFactory
static AuthorityFactory FallbackAuthorityFactory.create(Collection<? extends AuthorityFactory> factories)
          Wraps the specified authority factories.
 

Constructors in org.geotools.referencing.factory with parameters of type AuthorityFactory
AuthorityFactoryAdapter(AuthorityFactory factory)
          Creates a wrapper around the specified factory.
CachedAuthorityDecorator(AuthorityFactory factory)
          Constructs an instance wrapping the specified factory with a default cache.
CachedAuthorityDecorator(AuthorityFactory factory, ObjectCache cache)
          Constructs an instance wrapping the specified factory.
FallbackAuthorityFactory(AuthorityFactory primary, AuthorityFactory fallback)
          Wraps a primary and a fallback authority factories.
IdentifiedObjectFinder(AuthorityFactory factory, Class type)
          Creates a finder using the specified factory.
IdentifiedObjectSet(AuthorityFactory factory)
          Creates an initially empty set.
TransformedAuthorityFactory(AuthorityFactory factory)
          Creates a wrapper around the specified factory.
 

Constructor parameters in org.geotools.referencing.factory with type arguments of type AuthorityFactory
ManyAuthoritiesFactory(Collection<? extends AuthorityFactory> factories)
          Creates a new factory using the specified set of user factories.
 

Uses of AuthorityFactory in org.geotools.referencing.factory.epsg
 

Classes in org.geotools.referencing.factory.epsg that implement AuthorityFactory
 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 CartesianAuthorityFactory
          A factory providing a EPSG code for a cartesian engineering systems
 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 EsriExtension
          Extends the EPSG database with Coordinate Reference Systems defined by ESRI.
 class FactoryUsingAnsiSQL
          Deprecated. Please use AnsiDialectEpsgFactory.
 class FactoryUsingSQL
          Deprecated. Please use AccessDialectEpsgFactory.
 class FactoryUsingWKT
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 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.
 class UnnamedExtension
          Provides common Coordinate Reference Systems not found in the standard EPSG database.
 

Uses of AuthorityFactory in org.geotools.referencing.factory.wms
 

Classes in org.geotools.referencing.factory.wms that implement AuthorityFactory
 class AutoCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 class WebCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 

Uses of AuthorityFactory in org.opengis.referencing.crs
 

Subinterfaces of AuthorityFactory in org.opengis.referencing.crs
 interface CRSAuthorityFactory
          Creates coordinate reference systems using authority codes.
 

Uses of AuthorityFactory in org.opengis.referencing.cs
 

Subinterfaces of AuthorityFactory in org.opengis.referencing.cs
 interface CSAuthorityFactory
          Creates coordinate systems using authority codes.
 

Uses of AuthorityFactory in org.opengis.referencing.datum
 

Subinterfaces of AuthorityFactory in org.opengis.referencing.datum
 interface DatumAuthorityFactory
          Creates datum objects using authority codes.
 

Uses of AuthorityFactory in org.opengis.referencing.operation
 

Subinterfaces of AuthorityFactory in org.opengis.referencing.operation
 interface CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.