Uses of Class
com.luciad.format.gml31.model.TLcdGML31Vector
Packages that use TLcdGML31Vector
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31Vector in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return TLcdGML31VectorModifier and TypeMethodDescriptionTLcdGML31Vector.clone()
TLcdGML31OffsetCurve.getRefDirection()
Returns the value of the property that maps to therefDirection
element.TLcdGML31DirectionVector.getVector()
Returns the value of the property that maps to thevector
element.TLcdGML31CubicSpline.getVectorAtEnd()
Returns the value of the property that maps to thevectorAtEnd
element.TLcdGML31CubicSpline.getVectorAtStart()
Returns the value of the property that maps to thevectorAtStart
element.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31VectorModifier and TypeMethodDescriptionTLcdGML31RectifiedGrid.getOffsetVector()
Returns the value of the property that maps to theoffsetVector
element.TLcdGML31AffinePlacement.getRefDirection()
Returns the value of the property that maps to therefDirection
element.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31VectorModifier and TypeMethodDescriptionvoid
TLcdGML31OffsetCurve.setRefDirection
(TLcdGML31Vector aValue) Sets the value of the property that maps to therefDirection
element.void
TLcdGML31DirectionVector.setVector
(TLcdGML31Vector aValue) Sets the value of the property that maps to thevector
element.void
TLcdGML31CubicSpline.setVectorAtEnd
(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorAtEnd
element.void
TLcdGML31CubicSpline.setVectorAtStart
(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorAtStart
element.