Uses of Enum Class
com.luciad.view.lightspeed.controller.ruler.TLspRulerController.MeasureMode
Packages that use TLspRulerController.MeasureMode
Package
Description
This package provides support for measuring distances in a view.
-
Uses of TLspRulerController.MeasureMode in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler that return TLspRulerController.MeasureModeModifier and TypeMethodDescriptionTLspRulerController.getMeasureMode()Returns the current measurement mode.Returns the enum constant of this class with the specified name.static TLspRulerController.MeasureMode[]TLspRulerController.MeasureMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type TLspRulerController.MeasureModeModifier and TypeMethodDescriptionprotected doubleTLspRulerController.calculateAzimuth(ILcdPoint aPoint1, ILcdPoint aPoint2, ILcdModelReference aReference, TLspRulerController.MeasureMode aMeasureMode) This method is called to calculate the azimuth for a segment of a ruler measurement.protected doubleTLspRulerController.calculateDistance(ILcdPoint aPoint1, ILcdPoint aPoint2, ILcdModelReference aReference, TLspRulerController.MeasureMode aMeasureMode) This method is called to calculate the distance of a segment of a ruler measurement.voidTLspRulerController.setMeasureMode(TLspRulerController.MeasureMode aMeasureMode) Sets the measurement mode.