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 TypeClassDescriptionclassINTERNAL: A line between two points with a buffer distance extending in every direction.classA BufferedLineString is a collection ofBufferedLineshapes, resulting in what some call a "Track" or "Polyline" (ESRI terminology).classA circle, also known as a point-radius, based on aDistanceCalculatorwhich does all the work.classA circle as it exists on the surface of a sphere.classA basic 2D implementation of a Point.classA 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 TypeClassDescriptionclassWraps a JTSGeometry(i.e.classWraps aPoint.