|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmccombe.mapping.ENPair
public class ENPair
An ENPair represents a 2-dimensional coordinate pair used to define position on a map in terms of "easting" and "northing" distances.
Constructor Summary | |
---|---|
ENPair()
Creates a new instance of ENPair |
|
ENPair(double east,
double north)
Create an ENPair from two double values |
Method Summary | |
---|---|
double |
east()
Access the Easting distance |
double |
north()
Access the Northing distance |
java.lang.String |
toString()
Provide a String representation of the ENPair |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ENPair()
public ENPair(double east, double north)
east
- Easting distance (m)north
- Northing distance (m)Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public double east()
public double north()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |