Package | Description |
---|---|
org.geotools.factory | |
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.geotools.geometry.iso.text |
Modifier and Type | Method and Description |
---|---|
PrimitiveFactory |
BasicFactories.getPrimitiveFactory(CoordinateReferenceSystem crs)
Returns the primitive factory equiped to build primitives using
the given coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveFactory |
GeometryBuilder.getPrimitiveFactory() |
static PrimitiveFactory |
GeometryFactoryFinder.getPrimitiveFactory(Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
WKTParser.setFactory(PrimitiveFactory factory)
Provide a PrimitiveFactory 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.