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 therefDirectionelement.TLcdGML32DirectionVector.getVector()Returns the value of the property that maps to thevectorelement.TLcdGML32CubicSpline.getVectorAtEnd()Returns the value of the property that maps to thevectorAtEndelement.TLcdGML32CubicSpline.getVectorAtStart()Returns the value of the property that maps to thevectorAtStartelement.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 theoffsetVectorelement.TLcdGML32AffinePlacement.getRefDirection()Returns the value of the property that maps to therefDirectionelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32VectorModifier and TypeMethodDescriptionvoidTLcdGML32OffsetCurve.setRefDirection(TLcdGML32Vector aValue) Sets the value of the property that maps to therefDirectionelement.voidTLcdGML32DirectionVector.setVector(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorelement.voidTLcdGML32CubicSpline.setVectorAtEnd(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorAtEndelement.voidTLcdGML32CubicSpline.setVectorAtStart(TLcdGML32Vector aValue) Sets the value of the property that maps to thevectorAtStartelement.