Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractCurve
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractCurve in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A gml:CompositeCurve is represented by a sequence of (orientable) curves such that each curve in the sequence terminates at the start point of the subsequent curve in the list.class
A curve is a 1-dimensional primitive.class
A curve that consists of segments with linear interpolation.class
OrientableCurve consists of a curve and an orientation.Modifier and TypeMethodDescriptionTLcdGML31OffsetCurve.getOffsetBase()
Returns the value of the property that maps to theoffsetBase
element.TLcdGML31CurveProperty.getTargetCurve()
Modifier and TypeMethodDescriptionTLcdGML31CurveArrayProperty.getCurve()
Returns the value of the property that maps to the_Curve
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31OffsetCurve.setOffsetBase
(TLcdGML31AbstractCurve aValue) Sets the value of the property that maps to theoffsetBase
element.ModifierConstructorDescriptionTLcdGML31OrientableCurve
(TLcdGML31AbstractCurve aBaseCurve, ELcdGML31Sign aForwardOrientation) Constructs an orientable curve for a given base curve.