| Package | Description |
|---|---|
| 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 | |
| org.locationtech.spatial4j.shape.jts |
| Modifier and Type | Method and Description |
|---|---|
protected ShapeFactory.PolygonBuilder |
WKTReader.polygon(WKTReader.State state,
ShapeFactory.PolygonBuilder polygonBuilder)
Reads a polygon
|
protected ShapeFactory.PolygonBuilder |
GeoJSONReader.readPolygon(org.noggit.JSONParser parser,
ShapeFactory.PolygonBuilder polygonBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected ShapeFactory.PolygonBuilder |
WKTReader.polygon(WKTReader.State state,
ShapeFactory.PolygonBuilder polygonBuilder)
Reads a polygon
|
protected ShapeFactory.PolygonBuilder |
GeoJSONReader.readPolygon(org.noggit.JSONParser parser,
ShapeFactory.PolygonBuilder polygonBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory.PolygonBuilder |
ShapeFactory.PolygonBuilder.HoleBuilder.endHole()
Finishes the hole and returns the
ShapeFactory.PolygonBuilder. |
ShapeFactory.PolygonBuilder |
ShapeFactory.polygon()
(Builder) Constructs a polygon.
|
ShapeFactory.PolygonBuilder |
ShapeFactory.MultiPolygonBuilder.polygon() |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory.MultiPolygonBuilder |
ShapeFactory.MultiPolygonBuilder.add(ShapeFactory.PolygonBuilder polygonBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory.PolygonBuilder |
ShapeFactoryImpl.polygon() |
ShapeFactory.PolygonBuilder |
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.polygon() |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory.MultiPolygonBuilder |
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.add(ShapeFactory.PolygonBuilder polygonBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ShapeFactory.PolygonBuilder |
JtsShapeFactory.polygon() |
Copyright © 2025 LocationTech. All rights reserved.