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