class |
ArcByBulgeType |
An ArcByBulge is an arc string with only one arc unit, i.e.
|
class |
ArcByCenterPointType |
This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly.
|
class |
ArcStringByBulgeType |
This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly.
|
class |
ArcStringType |
An ArcString is a curve segment that uses three-point circular arc interpolation.
|
class |
ArcType |
An Arc is an arc string with only one arc unit, i.e.
|
class |
BezierType |
Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
|
class |
BSplineType |
A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions.
|
class |
CircleByCenterPointType |
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle.
|
class |
CircleType |
A Circle is an arc whose ends coincide to form a simple closed loop.
|
class |
ClothoidType |
A clothoid, or Cornu's spiral, is plane
curve whose curvature is a fixed function of its length.
|
class |
CubicSplineType |
Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.
|
class |
GeodesicStringType |
A GeodesicString consists of sequence of
geodesic segments.
|
class |
GeodesicType |
A Geodesic consists of two distinct
positions joined by a geodesic curve.
|
class |
LineStringSegmentType |
A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them.
|
class |
OffsetCurveType |
An offset curve is a curve at a constant
distance from the basis curve.
|