Package org.locationtech.spatial4j.shape
package org.locationtech.spatial4j.shape
Shapes are the core geometry objects that Spatial4j provides. The types
exposed in this package should be considered public. Remember not to
instantiate them directly, use the SpatialContext which acts as a
factory for shapes.
-
ClassDescriptionBaseShape<T extends SpatialContext>A circle, also known as a point-radius since that is what it is comprised of.A Point with X & Y coordinates.A rectangle aligned with the axis (i.e.The base interface defining a geometric shape.ShapeCollection<S extends Shape>A collection of Shape objects, analogous to an OGC GeometryCollection.A factory for
Shape
s.ShapeFactory.MultiShapeBuilder<T extends Shape>Builds a point and returns the generic specified type (usually whatever "this" is).The set of spatial relationships.