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