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 |
---|---|
CSFactory |
BasicFactories.getCSFactory()
Returns the CS factory singleton.
|
Modifier and Type | Method and Description |
---|---|
static CSFactory |
ReferencingFactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of
CSFactory matching the specified hints. |
Modifier and Type | Method and Description |
---|---|
static Set<CSFactory> |
ReferencingFactoryFinder.getCSFactories(Hints hints)
Returns a set of all available implementations for the
CSFactory interface. |
Modifier and Type | Class and Description |
---|---|
class |
ReferencingObjectFactory
|
Modifier and Type | Method and Description |
---|---|
CSFactory |
ReferencingFactoryContainer.getCSFactory()
Returns the coordinate system factory.
|
Modifier and Type | Field and Description |
---|---|
protected CSFactory |
Parser.csFactory
The factory to use for creating coordinate systems.
|
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.