mccombe.mapping
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
|
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()