Uses of Class
org.geotoolkit.referencing.factory.AbstractAuthorityFactory

Packages that use AbstractAuthorityFactory
org.geotoolkit.referencing.factory Factories and base classes for authority factories
org.geotoolkit.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotoolkit.referencing.factory.web Authority factories for the CRS specified in the Web Map Service specification (ISO 19128). 
org.geotoolkit.referencing.factory.wkt Authority factories for CRS parsed from Well Known Text (WKT). 
 

Uses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory
 

Subclasses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory
 class AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
 class AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
 class CachingAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 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 MultiAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
 class OrderedAxisAuthorityFactory
          An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
 class ThreadedAuthorityFactory
          A caching authority factory which delegates to different instances of a backing store for concurrency in multi-thread environment.
 class TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Methods in org.geotoolkit.referencing.factory that return AbstractAuthorityFactory
protected abstract  AbstractAuthorityFactory ThreadedAuthorityFactory.createBackingStore()
          Creates the backing store authority factory.
 

Methods in org.geotoolkit.referencing.factory with parameters of type AbstractAuthorityFactory
protected  boolean ThreadedAuthorityFactory.canDisposeBackingStore(AbstractAuthorityFactory backingStore)
          Returns true if the given backing store can be disposed now.
 

Constructors in org.geotoolkit.referencing.factory with parameters of type AbstractAuthorityFactory
CachingAuthorityFactory(AbstractAuthorityFactory factory)
          Constructs an instance wrapping the specified factory with a default number of entries to keep by strong reference.
CachingAuthorityFactory(AbstractAuthorityFactory factory, int maxStrongReferences)
          Constructs an instance wrapping the specified factory.
OrderedAxisAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection[] axisOrder)
          Creates a factory which will reorder the axis of all objects created by the supplied factory.
 

Uses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.epsg
 

Subclasses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.epsg
 class AnsiDialectEpsgFactory
          An EPSG factory for the database generated by ANSI-compatible SQL scripts.
 class DirectEpsgFactory
          A CRS authority factory backed by the EPSG database tables.
 class LongitudeFirstEpsgFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class PropertyEpsgFactory
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 class ThreadedEpsgFactory
          The EPSG factory registered in AuthorityFactoryFinder.
 

Methods in org.geotoolkit.referencing.factory.epsg that return AbstractAuthorityFactory
protected  AbstractAuthorityFactory ThreadedEpsgFactory.createBackingStore()
          Creates the backing store authority factory.
protected  AbstractAuthorityFactory ThreadedEpsgFactory.createBackingStore(Hints hints)
          Creates the backing store for the current data source.
 

Methods in org.geotoolkit.referencing.factory.epsg with parameters of type AbstractAuthorityFactory
protected  boolean ThreadedEpsgFactory.canDisposeBackingStore(AbstractAuthorityFactory backingStore)
          Returns true if the backing store can be disposed now.
 

Uses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.web
 

Subclasses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.web
 class AutoCRSFactory
          The factory for projected CRS in the AUTO and AUTO2 space.
 class HTTP_AuthorityFactory
          Wraps all factories in a "http://www.opengis.net/" name space.
 class URN_AuthorityFactory
          Wraps all factories in a "urn:ogc:def" name space.
 class WebCRSFactory
          The factory for coordinate reference systems in the CRS namespace.
 

Uses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.wkt
 

Subclasses of AbstractAuthorityFactory in org.geotoolkit.referencing.factory.wkt
 class DirectPostgisFactory
          An authority factory creating CRS from the "spatial_ref_sys" table in a spatial SQL database.
 class PropertyAuthorityFactory
          A CRS Authority Factory that manages object creation using a set of static strings from a property file.
 class WKTParsingAuthorityFactory
          A CRS Authority Factory that manages object creation by parsing Well Known Text (WKT) strings.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.