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 TypKlasseBeschreibungclass
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.