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 TypeClassDescriptionclass
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.class
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.class
Base class for simple curves likeLineString
s and complex classes likeCompoundCurve
s.class
A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.class
This represents the LinearRing GIS datatype.class
Linestring.class
A polygon.class
PolygonBase<T extends Curve>
Base class for a polygon to allow similar handling of straight and circular polygons.