Uses of Class
com.luciad.format.gml31.model.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
Modifier 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.Modifier 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.Modifier 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.