Class ALspRulerMeasurement

java.lang.Object
com.luciad.view.lightspeed.controller.ruler.ALspRulerMeasurement

public abstract class ALspRulerMeasurement extends Object
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
  • Constructor Details

    • ALspRulerMeasurement

      public ALspRulerMeasurement()
  • Method Details

    • getSegments

      public abstract List<ALspRulerMeasurement.Segment> 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 a TLspRulerController.
      Returns:
      the total measured distance.