| Package | Description |
|---|---|
| org.geotools.factory | |
| org.geotools.feature | |
| org.geotools.feature.type | |
| org.geotools.referencing |
Reference systems implementation.
|
| org.geotools.referencing.epsg.wkt | |
| 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 |
|---|---|
CRSFactory |
BasicFactories.getCRSFactory()
Returns the CRS factory singleton.
|
| Modifier and Type | Method and Description |
|---|---|
CRSFactory |
AbstractFeatureFactoryImpl.getCRSFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeatureFactoryImpl.setCRSFactory(CRSFactory crsFactory) |
| Modifier and Type | Method and Description |
|---|---|
CRSFactory |
FeatureTypeFactoryImpl.getCRSFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTypeFactoryImpl.setCRSFactory(CRSFactory crsFactory) |
| Constructor and Description |
|---|
FeatureTypeFactoryImpl(CRSFactory crsFactory,
FilterFactory filterFactory)
Constructor injection
|
| Modifier and Type | Method and Description |
|---|---|
static CRSFactory |
ReferencingFactoryFinder.getCRSFactory(Hints hints)
Returns the first implementation of
CRSFactory matching the specified hints. |
| Modifier and Type | Method and Description |
|---|---|
static Set<CRSFactory> |
ReferencingFactoryFinder.getCRSFactories(Hints hints)
Returns a set of all available implementations for the
CRSFactory interface. |
| Modifier and Type | Field and Description |
|---|---|
protected CRSFactory |
EPSGCRSAuthorityFactory.crsFactory
Deprecated.
|
| Constructor and Description |
|---|
EPSGCRSAuthorityFactory(CRSFactory factory)
Deprecated.
Loads from epsg.properties if the file exists, defaults to internal defintions exported from
postgis and cubeworks.
|
EPSGCRSAuthorityFactory(CRSFactory factory,
URL definition)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferencingObjectFactory
|
| Modifier and Type | Method and Description |
|---|---|
CRSFactory |
ReferencingFactoryContainer.getCRSFactory()
Returns the coordinate reference system factory.
|
| Modifier and Type | Field and Description |
|---|---|
protected CRSFactory |
Parser.crsFactory
The factory to use for creating coordinate reference
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.