| Package | Description |
|---|---|
| org.geotools.factory | |
| org.geotools.feature | |
| org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
| org.geotools.geometry.iso.text |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
BasicFactories.getGeometryFactory(CoordinateReferenceSystem crs)
Returns the geometry factory equiped to build geometries using
the given coordinate reference system.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
AbstractFeatureFactoryImpl.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeatureFactoryImpl.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
GeometryBuilder.getGeometryFactory() |
static GeometryFactory |
GeometryFactoryFinder.getGeometryFactory(Hints hints)
An implementation of
GeometryFactory for the provided crs. |
| Modifier and Type | Method and Description |
|---|---|
void |
WKTParser.setFactory(GeometryFactory factory)
Provide a GeometryFactory for the parser.
|
| Constructor and Description |
|---|
WKTParser(GeometryFactory geometryFactory,
PrimitiveFactory primitiveFactory,
PositionFactory positionFactory,
AggregateFactory aggregateFactory)
Constructor takes pre-created geometry and primitive factories that will be used to parse the
Well Known Text (WKT).
|
Copyright © 1996–2019 Geotools. All rights reserved.