Uses of Class
io.github.sebasbaumh.postgis.Curve
Packages that use Curve
-
Uses of Curve in io.github.sebasbaumh.postgis
Classes in io.github.sebasbaumh.postgis with type parameters of type CurveModifier and TypeClassDescriptionclass
PolygonBase<T extends Curve>
Base class for a polygon to allow similar handling of straight and circular polygons.Subclasses of Curve in io.github.sebasbaumh.postgisModifier 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
This represents the LinearRing GIS datatype.class
Linestring.Constructors in io.github.sebasbaumh.postgis with parameters of type CurveConstructor parameters in io.github.sebasbaumh.postgis with type arguments of type CurveModifierConstructorDescriptionCurvePolygon
(Iterable<? extends Curve> rings) Constructs an instance.MultiCurve
(Iterable<Curve> lines) Constructs an instance.