Uses of Class
com.luciad.format.gml31.model.TLcdGML31Angle
Packages that use TLcdGML31Angle
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31Angle in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return TLcdGML31AngleModifier and TypeMethodDescriptionTLcdGML31DirectionVector.getHorizontalAngle()Returns the value of the property that maps to thehorizontalAngleelement.TLcdGML31DirectionVector.getVerticalAngle()Returns the value of the property that maps to theverticalAngleelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AngleModifier and TypeMethodDescriptionvoidTLcdGML31DirectionVector.setHorizontalAngle(TLcdGML31Angle aValue) Sets the value of the property that maps to thehorizontalAngleelement.voidTLcdGML31DirectionVector.setVerticalAngle(TLcdGML31Angle aValue) Sets the value of the property that maps to theverticalAngleelement.