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