Uses of Class
org.locationtech.spatial4j.shape.BaseShape
-
Packages that use BaseShape Package Description org.locationtech.spatial4j.shape.impl org.locationtech.spatial4j.shape.jts -
-
Uses of BaseShape in org.locationtech.spatial4j.shape.impl
Subclasses of BaseShape in org.locationtech.spatial4j.shape.impl Modifier and Type Class Description class
BufferedLine
INTERNAL: A line between two points with a buffer distance extending in every direction.class
BufferedLineString
A BufferedLineString is a collection ofBufferedLine
shapes, resulting in what some call a "Track" or "Polyline" (ESRI terminology).class
CircleImpl
A circle, also known as a point-radius, based on aDistanceCalculator
which does all the work.class
GeoCircle
A circle as it exists on the surface of a sphere.class
PointImpl
A basic 2D implementation of a Point.class
RectangleImpl
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.jts Modifier and Type Class Description class
JtsGeometry
Wraps a JTSGeometry
(i.e.class
JtsPoint
Wraps aPoint
.
-