Verwendungen von Schnittstelle
io.github.sebasbaumh.postgis.LineBasedGeometry
Packages, die LineBasedGeometry verwenden
-
Verwendungen von LineBasedGeometry in io.github.sebasbaumh.postgis
Klassen in io.github.sebasbaumh.postgis, die LineBasedGeometry implementierenModifizierer und TypKlasseBeschreibungclassThe 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.