public class Altitude extends Object
| Constructor and Description |
|---|
Altitude(double value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Altitude |
clone() |
boolean |
equals(Object other) |
double |
get()
Get the altitude value.
|
int |
hashCode() |
String |
toString() |
String |
toStringWithUnits()
Format the altitude value as a String.
|
public Altitude(double value)
value - the altitude (in metres)public double get()
public String toStringWithUnits()
Copyright © 2017. All rights reserved.