Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractCurveSegment
Packages that use 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
Subclasses of TLcdGML31AbstractCurveSegment in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classAn ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.classThis variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.classAn ArcString is a curve segment that uses three-point circular arc interpolation ("circularArc3Points").classThis variant of the arc computes the mid points of the arcs instead of storing the coordinates directly.classBezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.classA B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions.classA Circle is an arc whose ends coincide to form a simple closed loop.classA gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.classA clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length.classCubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.classclassA sequence of geodesic segments.classA 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.classAn offset curve is a curve at a constant distance from the basis curve.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractCurveSegmentModifier and TypeMethodDescriptionTLcdGML31CurveSegmentArrayProperty.getCurveSegment()Returns the value of the property that maps to the_CurveSegmentelement.