See: Description
| Interface | Description |
|---|---|
| Circle |
A circle, also known as a point-radius since that is what it is comprised of.
|
| Point |
A Point with X & Y coordinates.
|
| Rectangle |
A rectangle aligned with the axis (i.e.
|
| Shape |
The base interface defining a geometric shape.
|
| ShapeFactory |
A factory for
Shapes. |
| ShapeFactory.LineStringBuilder | |
| ShapeFactory.MultiLineStringBuilder | |
| ShapeFactory.MultiPointBuilder | |
| ShapeFactory.MultiPolygonBuilder | |
| ShapeFactory.MultiShapeBuilder<T extends Shape> | |
| ShapeFactory.PointsBuilder<T> |
Builds a point and returns the generic specified type (usually whatever "this" is).
|
| ShapeFactory.PolygonBuilder | |
| ShapeFactory.PolygonBuilder.HoleBuilder |
| Class | Description |
|---|---|
| BaseShape<T extends SpatialContext> | |
| ShapeCollection<S extends Shape> |
A collection of Shape objects, analogous to an OGC GeometryCollection.
|
| Enum | Description |
|---|---|
| SpatialRelation |
The set of spatial relationships.
|
Copyright © 2025 LocationTech. All rights reserved.