public interface MeasurableLength
| Modifier and Type | Method and Description | 
|---|---|
| double | getLength(Globe globe)Returns the object's length in meters. | 
double getLength(Globe globe)
globe - The globe the object is related to.IllegalArgumentException - if the globe is null.