Package org.geotoolkit.referencing.factory

Factories and base classes for authority factories.

See:
          Description

Class Summary
AbstractAuthorityFactory Base class for authority factories.
AllAuthoritiesFactory An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
AuthorityFactoryAdapter An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
CachingAuthorityFactory An authority factory that caches all objects created by an other factory.
DatumAliases A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.
DirectAuthorityFactory The base class for authority factories that create referencing object directly.
FactoryDependencies Build a tree of factory dependencies, usually for printing to the console.
FallbackAuthorityFactory A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.
IdentifiedObjectFinder Lookups an object from an authority factory which is equal, ignoring metadata, to the specified object.
IdentifiedObjectSet<T extends IdentifiedObject> A lazy set of identified objects.
MultiAuthoritiesFactory An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
OrderedAxisAuthorityFactory An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order.
ReferencingFactory Base class for all factories in the referencing module.
ReferencingFactoryContainer A container of factories frequently used together, with utility methods.
ReferencingObjectFactory Builds Geotk implementations of CRS, CS and datum objects.
ThreadedAuthorityFactory A caching authority factory which delegates to different instances of a backing store for concurrency in multi-thread environment.
TransformedAuthorityFactory An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Exception Summary
NoSuchFactoryException Thrown when a requested factory has not been found.
OptionalFactoryOperationException Thrown when an optional factory operation has been requested, and this operation is not available in the current configuration.
 

Package org.geotoolkit.referencing.factory Description

Factories and base classes for authority factories.


Authority factories
The authority factories can be divided in three categories:

Since:
2.0
Version:
3.18
Author:
Martin Desruisseaux (IRD, Geomatys)
Module:
referencing/geotk-referencing (download)


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