Uses of Interface
io.github.sebasbaumh.postgis.LineBasedGeometry
Packages that use LineBasedGeometry
-
Uses of LineBasedGeometry in io.github.sebasbaumh.postgis
Classes in io.github.sebasbaumh.postgis that implement LineBasedGeometryModifier and TypeClassDescriptionclassThe CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.classA compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.classBase class for simple curves likeLineStrings and complex classes likeCompoundCurves.classA CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.classThis represents the LinearRing GIS datatype.classLinestring.classA polygon.classPolygonBase<T extends Curve>Base class for a polygon to allow similar handling of straight and circular polygons.