| Package | Description |
|---|---|
| com.spatial4j.core.context |
SpatialContext implementations are the facade to the Spatial4j API.
|
| com.spatial4j.core.io |
Reading & writing shapes in various forms.
|
| com.spatial4j.core.io.jts |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends WktShapeParser> |
SpatialContextFactory.wktShapeParserClass |
| Modifier and Type | Method and Description |
|---|---|
WktShapeParser |
SpatialContext.getWktShapeParser()
The
WktShapeParser used by SpatialContext.readShapeFromWkt(String). |
WktShapeParser |
SpatialContextFactory.makeWktShapeParser(SpatialContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
WktShapeParser |
WktShapeParser.State.getParser() |
| Modifier and Type | Class and Description |
|---|---|
class |
JtsWKTReaderShapeParser
This is an extension of
JtsWktShapeParser that processes the entire
string with JTS's WKTReader. |
class |
JtsWktShapeParser
Extends
WktShapeParser adding support for polygons, using JTS. |
Copyright © 2016 LocationTech. All rights reserved.