Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.geotools.geometry.iso.text |
Modifier and Type | Method and Description |
---|---|
PositionFactory |
GeometryBuilder.getPositionFactory() |
static PositionFactory |
GeometryFactoryFinder.getPositionFactory(Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
WKTParser.setFactory(PositionFactory factory)
Provide a PositionFactory 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.