Uses of Class
org.locationtech.spatial4j.shape.BaseShape
Packages that use BaseShape
-
Uses of BaseShape in org.locationtech.spatial4j.shape.impl
Subclasses of BaseShape in org.locationtech.spatial4j.shape.implModifier and TypeClassDescriptionclass
INTERNAL: A line between two points with a buffer distance extending in every direction.class
A BufferedLineString is a collection ofBufferedLine
shapes, resulting in what some call a "Track" or "Polyline" (ESRI terminology).class
A circle, also known as a point-radius, based on aDistanceCalculator
which does all the work.class
A circle as it exists on the surface of a sphere.class
A basic 2D implementation of a Point.class
A simple Rectangle implementation that also supports a longitudinal wrap-around. -
Uses of BaseShape in org.locationtech.spatial4j.shape.jts
Subclasses of BaseShape in org.locationtech.spatial4j.shape.jtsModifier and TypeClassDescriptionclass
Wraps a JTSGeometry
(i.e.class
Wraps aPoint
.