Uses of Class
com.luciad.format.gml32.model.TLcdGML32Angle
Packages that use TLcdGML32Angle
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32Angle in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32AngleModifier and TypeMethodDescriptionTLcdGML32DirectionVector.getHorizontalAngle()
Returns the value of the property that maps to thehorizontalAngle
element.TLcdGML32DirectionVector.getVerticalAngle()
Returns the value of the property that maps to theverticalAngle
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AngleModifier and TypeMethodDescriptionvoid
TLcdGML32DirectionVector.setHorizontalAngle
(TLcdGML32Angle aValue) Sets the value of the property that maps to thehorizontalAngle
element.void
TLcdGML32DirectionVector.setVerticalAngle
(TLcdGML32Angle aValue) Sets the value of the property that maps to theverticalAngle
element.