|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5dem.UtmCoordinatePair
com.c5corp.c5dem.UtmCoordinatePairElev
public class UtmCoordinatePairElev
UTM coordinates pair model with elevations
Constructor Summary | |
---|---|
UtmCoordinatePairElev(int easting,
int northing,
int elevation)
Constructor for a UtmCoordinatePairElev object. |
Method Summary | |
---|---|
int |
getElevation()
Returns the elevation of the UTM coordinates. |
java.lang.String |
toString()
Overrides java.lang.Object.toString() |
Methods inherited from class com.c5corp.c5dem.UtmCoordinatePair |
---|
getEasting, getNorthing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtmCoordinatePairElev(int easting, int northing, int elevation)
easting
- the UTM eastingnorthing
- the UTM northingelevation
- the elevation valueC5UTMconfs
Method Detail |
---|
public int getElevation()
public java.lang.String toString()
toString
in class UtmCoordinatePair
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |