Uses of Class
com.luciad.format.gml32.model.TLcdGML32Vector
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32Vector in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32OffsetCurve.getRefDirection()
Returns the value of the property that maps to therefDirection
element.TLcdGML32DirectionVector.getVector()
Returns the value of the property that maps to thevector
element.TLcdGML32CubicSpline.getVectorAtEnd()
Returns the value of the property that maps to thevectorAtEnd
element.TLcdGML32CubicSpline.getVectorAtStart()
Returns the value of the property that maps to thevectorAtStart
element.Modifier and TypeMethodDescriptionTLcdGML32RectifiedGrid.getOffsetVector()
Returns the value of the property that maps to theoffsetVector
element.TLcdGML32AffinePlacement.getRefDirection()
Returns the value of the property that maps to therefDirection
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32OffsetCurve.setRefDirection
(TLcdGML32Vector aValue) Sets the value of the property that maps to therefDirection
element.void
TLcdGML32DirectionVector.setVector
(TLcdGML32Vector aValue) Sets the value of the property that maps to thevector
element.void
TLcdGML32CubicSpline.setVectorAtEnd
(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorAtEnd
element.void
TLcdGML32CubicSpline.setVectorAtStart
(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorAtStart
element.