Class ALspRulerMeasurement
java.lang.Object
com.luciad.view.lightspeed.controller.ruler.ALspRulerMeasurement
This class describes a measurement created with the ruler controller. It offers access to the
length and azimuth for each ruler segment, and the total length of the entire measurement.
- Since:
- 2012.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An info object containing information about a certain segment in aALspRulerMeasurement
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List
<ALspRulerMeasurement.Segment> Returns the segment in this measurement.abstract double
Returns the total measured distance of the entire polyline, as calculated by aTLspRulerController
.
-
Constructor Details
-
ALspRulerMeasurement
public ALspRulerMeasurement()
-
-
Method Details
-
getSegments
Returns the segment in this measurement.- Returns:
- the segments.
-
getTotalLength
public abstract double getTotalLength()Returns the total measured distance of the entire polyline, as calculated by aTLspRulerController
.- Returns:
- the total measured distance.
-