Uses of Class
com.luciad.format.gml32.model.TLcdGML32Vector
Packages that use 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
Methods in com.luciad.format.gml32.model that return TLcdGML32VectorModifier 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.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32VectorModifier 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.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32VectorModifier 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.