Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractCurveSegment
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractCurveSegment in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.class
An ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.class
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
An ArcString is a curve segment that uses three-point circular arc interpolation ("circularArc3Points").class
This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly.class
Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.class
A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions.class
A Circle is an arc whose ends coincide to form a simple closed loop.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.class
A clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length.class
Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.class
class
A sequence of geodesic segments.class
A LineStringSegment is a curve segment that is defined by two or more control points including the start and end point, with linear interpolation between them.class
An offset curve is a curve at a constant distance from the basis curve.Modifier and TypeMethodDescriptionTLcdGML31CurveSegmentArrayProperty.getCurveSegment()
Returns the value of the property that maps to the_CurveSegment
element.