photospace.space
Class UTMPoint

java.lang.Object
  extended byphotospace.space.UTMPoint

public class UTMPoint
extends java.lang.Object


Constructor Summary
UTMPoint(int x, int y, int zone, boolean isNorth)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getX()
           
 int getY()
           
 int getZone()
           
 int hashCode()
           
 boolean isNorth()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UTMPoint

public UTMPoint(int x,
                int y,
                int zone,
                boolean isNorth)
Method Detail

getX

public int getX()

getY

public int getY()

getZone

public int getZone()

isNorth

public boolean isNorth()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()