com.c5corp.c5dem
Class UtmPoint

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

public class UtmPoint
extends java.lang.Object

UtmPoint - a simple, light, fast UTM point

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

Field Summary
 int easting
          UTM easting value
 int elevation
          Elevation at easting, northing
 int northing
          UTM northing value
 
Constructor Summary
UtmPoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

easting

public int easting
UTM easting value


northing

public int northing
UTM northing value


elevation

public int elevation
Elevation at easting, northing

Constructor Detail

UtmPoint

public UtmPoint()