Verwendungen von Klasse
io.github.sebasbaumh.postgis.Curve
Packages, die Curve verwenden
-
Verwendungen von Curve in io.github.sebasbaumh.postgis
Klassen in io.github.sebasbaumh.postgis mit Typparametern vom Typ CurveModifizierer und TypKlasseBeschreibungclass
PolygonBase<T extends Curve>
Base class for a polygon to allow similar handling of straight and circular polygons.Unterklassen von Curve in io.github.sebasbaumh.postgisModifizierer 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
This represents the LinearRing GIS datatype.class
Linestring.Konstruktoren in io.github.sebasbaumh.postgis mit Parametern vom Typ CurveKonstruktorparameter in io.github.sebasbaumh.postgis mit Typargumenten vom Typ CurveModifiziererKonstruktorBeschreibungCurvePolygon
(Iterable<? extends Curve> rings) Constructs an instance.MultiCurve
(Iterable<Curve> lines) Constructs an instance.