| 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.shape |
Shapes are the core geometry objects that Spatial4j provides.
|
| org.locationtech.spatial4j.shape.impl |
| Modifier and Type | Method and Description |
|---|---|
<S extends Shape> |
SpatialContext.makeCollection(List<S> coll)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ShapeCollection |
BinaryCodec.readCollection(DataInput dataInput) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryCodec.writeCollection(DataOutput dataOutput,
ShapeCollection col) |
| Modifier and Type | Method and Description |
|---|---|
ShapeCollection |
ShapeCollection.getBuffered(double distance,
SpatialContext ctx) |
<S extends Shape> |
ShapeFactory.multiShape(List<S> coll)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ShapeCollection<BufferedLine> |
BufferedLineString.getSegments() |
<S extends Shape> |
ShapeFactoryImpl.multiShape(List<S> coll) |
Copyright © 2025 LocationTech. All rights reserved.