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 therefDirectionelement.TLcdGML31DirectionVector.getVector()Returns the value of the property that maps to thevectorelement.TLcdGML31CubicSpline.getVectorAtEnd()Returns the value of the property that maps to thevectorAtEndelement.TLcdGML31CubicSpline.getVectorAtStart()Returns the value of the property that maps to thevectorAtStartelement.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 theoffsetVectorelement.TLcdGML31AffinePlacement.getRefDirection()Returns the value of the property that maps to therefDirectionelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31VectorModifier and TypeMethodDescriptionvoidTLcdGML31OffsetCurve.setRefDirection(TLcdGML31Vector aValue) Sets the value of the property that maps to therefDirectionelement.voidTLcdGML31DirectionVector.setVector(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorelement.voidTLcdGML31CubicSpline.setVectorAtEnd(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorAtEndelement.voidTLcdGML31CubicSpline.setVectorAtStart(TLcdGML31Vector aValue) Sets the value of the property that maps to thevectorAtStartelement.