|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractAuthorityFactory | Base class for authority factories. |
AbstractAuthorityMediator | An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory. |
AbstractCachedAuthorityFactory | An authority factory that consults (a possibly shared) cache before generating content itself. |
AbstractEpsgMediator | Abstract implementation for EPSG (has a DataSource reference inside). |
AllAuthoritiesFactory | An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
AuthorityFactoryAdapter | An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations. |
BufferedAuthorityFactory | An authority factory that caches all objects created by an other factory. |
CachedAuthorityDecorator | An authority factory that caches all objects created by delegate factories. |
CachedCRSAuthorityDecorator | An authority factory that caches all objects created by the delegate CRSAuthorityFactory. |
DatumAliases | A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory. |
DeferredAuthorityFactory | A buffered authority factory which will defer the creation of a backing store until when first needed. |
DirectAuthorityFactory | The base class for authority factories that create referencing object directly. |
FactoryDependencies | Build a tree of factory dependencies. |
FallbackAuthorityFactory | A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed. |
HTTP_AuthorityFactory | Deprecated. This class will move in a org.geotools.referencing.factory.web
package in Geotools 2.5, in order to put together other web-related factories. |
IdentifiedObjectFinder | Looks up an object from an authority factory which is equals, ignoring metadata, to the specified object. |
IdentifiedObjectSet | A lazy set of identified objects. |
ManyAuthoritiesFactory | An authority factory that delegates the object creation to an other factory determined from the authority name in the code. |
OrderedAxisAuthorityFactory | An authority factory which delegates all the work to an other factory, and reorder the axis in some pre-determined order. |
PropertyAuthorityFactory | Default implementation for a coordinate reference system authority factory backed by a property file. |
ReferencingFactory | Base class for all factories in the referencing module. |
ReferencingFactoryContainer | A set of utilities methods working on factories. |
ReferencingObjectFactory | Builds Geotools implementations of CRS, CS and datum objects. |
ThreadedAuthorityFactory | An authority factory that caches all objects created by an other factory. |
TransformedAuthorityFactory | An authority factory which returns modified CRS, CS or datum objects from other factory implementations. |
URN_AuthorityFactory | Deprecated. This class will move in a org.geotools.referencing.factory.web
package in Geotools 2.5, in order to put together other web-related factories. |
Exception Summary | |
---|---|
BackingStoreException | Thrown to indicate that an IdentifiedObjectSet operation could not complete because of a
failure in the backing store, or a failure to contact the backing store. |
FactoryNotFoundException | Thrown when a requested factory has not been found. |
Base classes for factories and authority factories.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |