| 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 |
| Class and Description |
|---|
| BinaryCodec
A binary shape format.
|
| ShapeReader
Implementations are expected to be thread safe
|
| ShapeWriter
Implementations are expected to be thread safe
|
| SupportedFormats
Information about the formats a
SpatialContext can read/write |
| WKTReader
An extensible parser for Well Known Text
(WKT).
|
| Class and Description |
|---|
| PolyshapeReader.XReader
from Apache 2.0 licensed:
https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java
|
| PolyshapeWriter.Encoder
Encodes a sequence of LatLngs into an encoded path string.
|
| ShapeIO |
| ShapeReader
Implementations are expected to be thread safe
|
| ShapeWriter
Implementations are expected to be thread safe
|
| WKTReader
An extensible parser for Well Known Text
(WKT).
|
| WKTReader.State
The parse state.
|
| Class and Description |
|---|
| BinaryCodec
A binary shape format.
|
| GeoJSONReader |
| GeoJSONWriter |
| PolyshapeReader |
| PolyshapeReader.XReader
from Apache 2.0 licensed:
https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java
|
| PolyshapeWriter
Wrap the 'Encoded Polyline Algorithm Format' defined in:
Google Maps API
with flags to encode various Shapes: Point, Line, Polygon, etc
For more details, see FORMATS.md
This format works well for geographic shapes (-180...+180 / -90...+90), but is not appropriate for other coordinate systems
|
| PolyshapeWriter.Encoder
Encodes a sequence of LatLngs into an encoded path string.
|
| ShapeIO |
| ShapeReader
Implementations are expected to be thread safe
|
| ShapeWriter
Implementations are expected to be thread safe
|
| WKTReader
An extensible parser for Well Known Text
(WKT).
|
| WKTReader.State
The parse state.
|
| WKTWriter |
Copyright © 2025. All rights reserved.