org.geotools.referencing.factory.epsg
Class DefaultFactory
Object
AbstractFactory
ReferencingFactory
AbstractAuthorityFactory
BufferedAuthorityFactory
DeferredAuthorityFactory
ThreadedEpsgFactory
DefaultFactory
- All Implemented Interfaces:
- RegisterableService, BufferedFactory, Factory, OptionalFactory, AuthorityFactory, CRSAuthorityFactory, CSAuthorityFactory, DatumAuthorityFactory, CoordinateOperationAuthorityFactory
Deprecated. Please use ThreadedEpsgFactory
instead,
the name DefaultFactory
was viewed as confusing
public class DefaultFactory
- extends ThreadedEpsgFactory
Base class for EPSG factories to be registered in GeometryFactoryFinder
.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD)
- Module:
modules/library/referencing (gt-referencing.jar)
Constructor Summary |
DefaultFactory()
Deprecated. Constructs an authority factory using the default set of factories. |
DefaultFactory(Hints userHints)
Deprecated. Constructs an authority factory with the default priority. |
DefaultFactory(Hints userHints,
int priority)
Deprecated. Constructs an authority factory using a set of factories created from the specified hints. |
Methods inherited from class BufferedAuthorityFactory |
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, getAuthorityCodes, getBackingStoreDescription, getDescriptionText, getIdentifiedObjectFinder, getVendor |
DefaultFactory
public DefaultFactory()
- Deprecated.
- Constructs an authority factory using the default set of factories.
DefaultFactory
public DefaultFactory(Hints userHints)
- Deprecated.
- Constructs an authority factory with the default priority.
DefaultFactory
public DefaultFactory(Hints userHints,
int priority)
- Deprecated.
- Constructs an authority factory using a set of factories created from the specified hints.
- Since:
- 2.4
Copyright © 1996-2009 Geotools. All Rights Reserved.