public abstract class DirectAuthorityFactory extends AbstractAuthorityFactory
Modifier and Type | Field and Description |
---|---|
protected ReferencingFactoryContainer |
factories
The underlying factories used for objects creation.
|
LOGGER
hints, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, NORMAL_PRIORITY, priority
Modifier | Constructor and Description |
---|---|
protected |
DirectAuthorityFactory(Hints hints,
int priority)
Constructs an instance using the specified hints.
|
protected |
DirectAuthorityFactory(ReferencingFactoryContainer factories,
int priority)
Constructs an instance using the specified set of factories.
|
Modifier and Type | Method and Description |
---|---|
Map<RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints for this factory.
|
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
ensureNonNull, getVendor
addImplementationHints, equals, getPriority, hashCode, onDeregistration, onRegistration, toString
getAuthorityCodes, getDescriptionText
protected final ReferencingFactoryContainer factories
protected DirectAuthorityFactory(ReferencingFactoryContainer factories, int priority)
factories
- The low-level factories to use.priority
- The priority for this factory, as a number between MINIMUM_PRIORITY
and MAXIMUM_PRIORITY
inclusive.protected DirectAuthorityFactory(Hints hints, int priority)
CRS
, CS
, DATUM
and
MATH_TRANSFORM
FACTORY
hints.hints
- The hints, or null
if none.priority
- The priority for this factory, as a number between MINIMUM_PRIORITY
and MAXIMUM_PRIORITY
inclusive.public Map<RenderingHints.Key,?> getImplementationHints()
CRS
, CS
, DATUM
and MATH_TRANSFORM
FACTORY
hints. Other values
may be provided as well, at implementation choice.getImplementationHints
in interface Factory
getImplementationHints
in class AbstractFactory
Copyright © 1996–2019 Geotools. All rights reserved.