| Package | Description |
|---|---|
| org.locationtech.spatial4j.context |
SpatialContext implementations are the facade to the Spatial4j API.
|
| org.locationtech.spatial4j.io |
Reading & writing shapes in various forms.
|
| org.locationtech.spatial4j.io.jackson |
Optional support to read/write Shapes and Geometry using Jackson
|
| org.locationtech.spatial4j.shape.impl | |
| org.locationtech.spatial4j.shape.jts |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends ShapeFactory> |
SpatialContextFactory.shapeFactoryClass |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory |
SpatialContext.getShapeFactory()
A factory for
Shapes. |
ShapeFactory |
SpatialContextFactory.makeShapeFactory(SpatialContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected ShapeFactory |
GeoJSONReader.shapeFactory |
protected ShapeFactory |
WKTReader.shapeFactory |
| Constructor and Description |
|---|
OnePointsBuilder(ShapeFactory shapeFactory) |
XReader(Reader input,
ShapeFactory shpFactory) |
| Modifier and Type | Method and Description |
|---|---|
Shape |
ShapeDeserializer.read(com.fasterxml.jackson.core.JsonParser jp,
ShapeFactory factory) |
Shape |
ShapeDeserializer.read(com.fasterxml.jackson.databind.node.ObjectNode node,
ShapeFactory factory) |
Point |
ShapeDeserializer.readPoint(com.fasterxml.jackson.databind.node.ArrayNode arr,
ShapeFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShapeFactoryImpl
The default
ShapeFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
JtsShapeFactory
Enhances
ShapeFactoryImpl with support for Polygons
using JTS. |
Copyright © 2025 LocationTech. All rights reserved.