Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractCurve
Packages that use TLcdGML32AbstractCurve
Package
Description
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractCurve in com.luciad.format.aixm51.model.features.geometry
Subclasses of TLcdGML32AbstractCurve in com.luciad.format.aixm51.model.features.geometryModifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 curve.class
A class that represents an AIXM 5.1 elevated curve. -
Uses of TLcdGML32AbstractCurve in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractCurve in com.luciad.format.gml32.modelModifier 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.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractCurveModifier and TypeMethodDescriptionTLcdGML32OffsetCurve.getOffsetBase()
Returns the value of the property that maps to theoffsetBase
element.TLcdGML32CurveProperty.getTargetCurve()
Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractCurveModifier and TypeMethodDescriptionTLcdGML32CurveArrayProperty.getAbstractCurve()
Returns the value of the property that maps to theAbstractCurve
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractCurveModifier and TypeMethodDescriptionvoid
TLcdGML32OffsetCurve.setOffsetBase
(TLcdGML32AbstractCurve aValue) Sets the value of the property that maps to theoffsetBase
element.Constructors in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractCurveModifierConstructorDescriptionTLcdGML32OrientableCurve
(TLcdGML32AbstractCurve aBaseCurve, ELcdGML32Sign aForwardOrientation) Constructs an orientable curve for a given base curve.