| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DatumFactory |
BasicFactories.getDatumFactory()
Returns the datum factory singleton.
|
| Modifier and Type | Method and Description |
|---|---|
static DatumFactory |
ReferencingFactoryFinder.getDatumFactory(Hints hints)
Returns the first implementation of
DatumFactory matching the specified hints. |
| Modifier and Type | Method and Description |
|---|---|
static Set<DatumFactory> |
ReferencingFactoryFinder.getDatumFactories(Hints hints)
Returns a set of all available implementations for the
DatumFactory interface. |
| Modifier and Type | Class and 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
|
| Modifier and Type | Method and Description |
|---|---|
DatumFactory |
ReferencingFactoryContainer.getDatumFactory()
Returns the datum factory.
|
| Constructor and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatumFactory |
Parser.datumFactory
The factory to use for creating datum.
|
| Constructor and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.