com.c5corp.c5dem
Class UtmCoordinatePairElev

java.lang.Object
  extended by com.c5corp.c5dem.UtmCoordinatePair
      extended by com.c5corp.c5dem.UtmCoordinatePairElev

public class UtmCoordinatePairElev
extends UtmCoordinatePair

UTM coordinates pair model with elevations

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

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

UtmCoordinatePairElev

public UtmCoordinatePairElev(int easting,
                             int northing,
                             int elevation)
Constructor for a UtmCoordinatePairElev object.

Parameters:
easting - the UTM easting
northing - the UTM northing
elevation - the elevation value
See Also:
C5UTMconfs
Method Detail

getElevation

public int getElevation()
Returns the elevation of the UTM coordinates.

Returns:
the elevation

toString

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

Overrides:
toString in class UtmCoordinatePair