See: Description
| Class | Description |
|---|---|
| Abstract_URI_AuthorityFactory |
Base class for building OGC URN and HTTP URI wrappers around
AllAuthoritiesFactory. |
| 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 | |
| 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 |
Wraps all factories in a
"http://www.opengis.net/"
name space. |
| HTTP_URI_AuthorityFactory |
AuthorityFactory for OGC HTTP URI resources. |
| 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.
|
| PropertyCoordinateOperationAuthorityFactory |
A
CoordinateOperationAuthorityFactory backed by a properties file. |
| ReferencingFactory |
Base class for all factories in the referencing module.
|
| ReferencingFactoryContainer |
A set of utilities methods working on factories.
|
| ReferencingObjectFactory | |
| ThreadedAuthorityFactory |
An authority factory that caches all objects created by an other factory.
|
| TransformedAuthorityFactory | |
| URN_AuthorityFactory |
Wraps all factories in a
"urn:ogc:def" name space. |
| Exception | Description |
|---|---|
| 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.