public class ENPair
extends java.lang.Object
Constructor and Description |
---|
ENPair()
Creates a new instance of ENPair
|
ENPair(double east,
double north)
Create an ENPair from two double values
|
Modifier and Type | Method and Description |
---|---|
double |
east()
Access the Easting distance
|
double |
north()
Access the Northing distance
|
java.lang.String |
toString()
Provide a String representation of the ENPair
|
public ENPair()
public ENPair(double east, double north)
east
- Easting distance (m)north
- Northing distance (m)public java.lang.String toString()
toString
in class java.lang.Object
public double east()
public double north()