Uses of Enum Class
com.luciad.view.gxy.controller.touch.TLcdMapTouchRulerController.MeasureMode
Packages that use TLcdMapTouchRulerController.MeasureMode
-
Uses of TLcdMapTouchRulerController.MeasureMode in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return TLcdMapTouchRulerController.MeasureModeModifier and TypeMethodDescriptionTLcdMapTouchRulerController.getMeasureMode()Returns the current measuring mode.Returns the enum constant of this class with the specified name.TLcdMapTouchRulerController.MeasureMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.controller.touch with parameters of type TLcdMapTouchRulerController.MeasureModeModifier and TypeMethodDescriptionvoidTLcdMapTouchRulerController.setMeasureMode(TLcdMapTouchRulerController.MeasureMode aMeasureMode) Sets the current measuring mode.