|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5dem.PreciseUTMcoordPair
public class PreciseUTMcoordPair
UTM coordinates pair model that maintains double precision for coords with fractional parts. The coordinate corners (record 11 in the Type A record), are more precise than the typical UTM coords in the Type B record. (they have a decimal part...) This class is intended for those records. It is not actually related to the UtmCoordinatePair class.
Method Summary | |
---|---|
double |
getEasting()
Returns the UTM easting value |
double |
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 |
Method Detail |
---|
public double getEasting()
public double 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 |