Interface MeasurableLength

    • Method Detail

      • getLength

        double getLength​(Globe globe)
        Returns the object's length in meters. If the object conforms to terrain, the length is that along the terrain, including its hillsides and other undulations.
        Parameters:
        globe - The globe the object is related to.
        Returns:
        the object's length in meters.
        Throws:
        java.lang.IllegalArgumentException - if the globe is null.