|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5dem.UtmCoordinatePair
public class UtmCoordinatePair
UTM coordinates pair model
Constructor Summary | |
---|---|
UtmCoordinatePair(int easting,
int northing)
Constructor for a UTM coordinatePair object. |
Method Summary | |
---|---|
int |
getEasting()
Returns the UTM easting value |
int |
getNorthing()
Returns the UTM northing value |
java.lang.String |
toString()
Overrides java.lang.Object.toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtmCoordinatePair(int easting, int northing)
easting
- (6 digit decimal value)northing
- (7 digit decimal value)Method Detail |
---|
public int getEasting()
public int getNorthing()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |