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 TypeClassDescriptionclassPolygonBase<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 TypeClassDescriptionclassThe 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.classThis represents the LinearRing GIS datatype.classLinestring.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.