| 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.shape |
Shapes are the core geometry objects that Spatial4j provides.
|
| com.spatial4j.core.shape.impl |
| Modifier and Type | Method and Description |
|---|---|
<S extends Shape> |
SpatialContext.makeCollection(List<S> coll)
Construct a ShapeCollection, analogous to an OGC GeometryCollection.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ShapeCollection<BufferedLine> |
BufferedLineString.getSegments() |
Copyright © 2025. All rights reserved.