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 class
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.postgis Modifier and Type Class Description class
CircularString
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.class
CompoundCurve
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.class
LinearRing
This represents the LinearRing GIS datatype.class
LineString
Linestring.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.
-