triptracker.core
Class UTMPoint

java.lang.Object
  extended by triptracker.core.UTMPoint

public class UTMPoint
extends Object


Constructor Summary
UTMPoint(double northing, double easting, int zoneNumber, char zoneLetter)
           
 
Method Summary
 double getEasting()
           
 double getNorthing()
           
 char getZoneLetter()
           
 int getZoneNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTMPoint

public UTMPoint(double northing,
                double easting,
                int zoneNumber,
                char zoneLetter)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getEasting

public double getEasting()

getNorthing

public double getNorthing()

getZoneLetter

public char getZoneLetter()

getZoneNumber

public int getZoneNumber()


Copyright © 2006 Team Trip Tracker. All Rights Reserved.