com.c5corp.c5dem
Class PreciseUTMcoordPair

java.lang.Object
  extended by com.c5corp.c5dem.PreciseUTMcoordPair

public class PreciseUTMcoordPair
extends java.lang.Object

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.

Since:
1.0
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt

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

getEasting

public double getEasting()
Returns the UTM easting value

Returns:
the UTM easting

getNorthing

public double getNorthing()
Returns the UTM northing value

Returns:
the UTM northing

toString

public java.lang.String toString()
Overrides java.lang.Object.toString()

Overrides:
toString in class java.lang.Object