org.geotoolkit.referencing.factory
Class DirectAuthorityFactory
Object
Factory
ReferencingFactory
AbstractAuthorityFactory
DirectAuthorityFactory
- All Implemented Interfaces:
- AuthorityFactory, Factory
- Direct Known Subclasses:
- AutoCRSFactory, DirectEpsgFactory, WebCRSFactory, WKTParsingAuthorityFactory
@ThreadSafe
public abstract class DirectAuthorityFactory
- extends AbstractAuthorityFactory
The base class for authority factories that create referencing object directly. This is
in contrast with other factories like the adapter
or caching ones, which delegates their work to
an other factory.
- Since:
- 2.3
- Version:
- 3.00
- Author:
- Martin Desruisseaux (IRD)
- Module:
| Methods inherited from class AbstractAuthorityFactory |
createCartesianCS, createCompoundCRS, createCoordinateOperation, createCoordinateReferenceSystem, createCoordinateSystem, createCoordinateSystemAxis, createCylindricalCS, createDatum, createDerivedCRS, createEllipsoid, createEllipsoidalCS, createEngineeringCRS, createEngineeringDatum, createExtent, createFromCoordinateReferenceSystemCodes, createGeocentricCRS, createGeodeticDatum, createGeographicCRS, createImageCRS, createImageDatum, createObject, createOperationMethod, createParameterDescriptor, createPolarCS, createPrimeMeridian, createProjectedCRS, createSphericalCS, createTemporalCRS, createTemporalDatum, createTimeCS, createUnit, createVerticalCRS, createVerticalCS, createVerticalDatum, dispose, getAuthority, getBackingStoreDescription, getIdentifiedObjectFinder, noSuchAuthorityCode, trimAuthority |
factories
protected final ReferencingFactoryContainer factories
- The underlying factories used for objects creation.
DirectAuthorityFactory
protected DirectAuthorityFactory(ReferencingFactoryContainer factories)
- Constructs an instance using the specified set of factories.
- Parameters:
factories - The low-level factories to use.
DirectAuthorityFactory
protected DirectAuthorityFactory(Hints userHints)
- Constructs an instance using the specified hints. This constructor recognizes the
CRS, CS, DATUM
and MATH_TRANSFORM FACTORY hints.
- Parameters:
userHints - An optional set of hints, or null for the default ones.
getImplementationHints
public Map<RenderingHints.Key,?> getImplementationHints()
- Returns the implementation hints for this factory. The returned map contains values for
CRS, CS, DATUM
and MATH_TRANSFORM FACTORY hints. Other values
may be provided as well, at implementation choice.
- Overrides:
getImplementationHints in class Factory
Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.