Uses of Class
io.github.sebasbaumh.postgis.Curve
-
Packages that use Curve Package Description io.github.sebasbaumh.postgis -
-
Uses of Curve in io.github.sebasbaumh.postgis
Classes in io.github.sebasbaumh.postgis with type parameters of type Curve Modifier and Type Class Description classPolygonBase<T extends Curve>Base class for a polygon to allow similar handling of straight and circular polygons.Subclasses of Curve in io.github.sebasbaumh.postgis Modifier and Type Class Description classCircularStringThe CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.classCompoundCurveA compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.classLinearRingThis represents the LinearRing GIS datatype.classLineStringLinestring.Constructors in io.github.sebasbaumh.postgis with parameters of type Curve Constructor Description CurvePolygon(Curve lsOuterRing)Constructs an instance.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type Curve Constructor Description CurvePolygon(Iterable<? extends Curve> rings)Constructs an instance.MultiCurve(Iterable<Curve> lines)Constructs an instance.
-