Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractCurve
Packages that use 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
Subclasses of TLcdGML31AbstractCurve in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclassA 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.classA curve is a 1-dimensional primitive.classA curve that consists of segments with linear interpolation.classOrientableCurve consists of a curve and an orientation.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractCurveModifier and TypeMethodDescriptionTLcdGML31OffsetCurve.getOffsetBase()Returns the value of the property that maps to theoffsetBaseelement.TLcdGML31CurveProperty.getTargetCurve()Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractCurveModifier and TypeMethodDescriptionTLcdGML31CurveArrayProperty.getCurve()Returns the value of the property that maps to the_Curveelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractCurveModifier and TypeMethodDescriptionvoidTLcdGML31OffsetCurve.setOffsetBase(TLcdGML31AbstractCurve aValue) Sets the value of the property that maps to theoffsetBaseelement.Constructors in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractCurveModifierConstructorDescriptionTLcdGML31OrientableCurve(TLcdGML31AbstractCurve aBaseCurve, ELcdGML31Sign aForwardOrientation) Constructs an orientable curve for a given base curve.