Uses of Interface
org.geotools.api.referencing.datum.DatumFactory
-
Packages that use DatumFactory Package Description org.geotools.factory org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of DatumFactory in org.geotools.factory
Methods in org.geotools.factory that return DatumFactory Modifier and Type Method Description DatumFactory
BasicFactories. getDatumFactory()
Returns the datum factory singleton. -
Uses of DatumFactory in org.geotools.referencing
Methods in org.geotools.referencing that return DatumFactory Modifier and Type Method Description static DatumFactory
ReferencingFactoryFinder. getDatumFactory(Hints hints)
Returns the first implementation ofDatumFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type DatumFactory Modifier and Type Method Description static Set<DatumFactory>
ReferencingFactoryFinder. getDatumFactories(Hints hints)
Returns a set of all available implementations for theDatumFactory
interface. -
Uses of DatumFactory in org.geotools.referencing.factory
Classes in org.geotools.referencing.factory that implement DatumFactory Modifier and Type Class Description class
DatumAliases
A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.class
ReferencingObjectFactory
Methods in org.geotools.referencing.factory that return DatumFactory Modifier and Type Method Description DatumFactory
ReferencingFactoryContainer. getDatumFactory()
Returns the datum factory.Constructors in org.geotools.referencing.factory with parameters of type DatumFactory Constructor Description DatumAliases(DatumFactory factory)
Constructs a new datum factory using the specified factory and the default alias table.DatumAliases(DatumFactory factory, URL aliasURL)
Constructs a new datum factory which delegates its work to the specified factory. -
Uses of DatumFactory in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as DatumFactory Modifier and Type Field Description protected DatumFactory
Parser. datumFactory
The factory to use for creating datum.Constructors in org.geotools.referencing.wkt with parameters of type DatumFactory Constructor Description Parser(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory)
Constructs a parser for the specified set of symbols using the specified factories.
-