|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.me.jstott.coordconv.UTMReference
An object to represent an UTM reference
| Constructor Summary | |
UTMReference(double inEasting,
double inNorthing,
char inLatitudeZone,
int inLongitudeZone)
Create a new UTMReference object with an easting, northing and zones |
|
| Method Summary | |
double |
getEasting()
Get the easting component of the reference |
char |
getLatitudeZone()
Get the latitude zone of the reference |
int |
getLongitudeZone()
Get the longitude zone of the reference |
double |
getNorthing()
Get the northing component of the reference |
void |
setEasting(double d)
Set the easting component of the reference |
void |
setLatitudeZone(char inZone)
Set the latitude zone of the reference |
void |
setLongitudeZone(int inZone)
Set the longitude zone of the reference |
void |
setNorthing(double d)
Set the northing component of the reference |
java.lang.String |
toString()
Return a String representation of the UTMReference object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UTMReference(double inEasting,
double inNorthing,
char inLatitudeZone,
int inLongitudeZone)
inEasting - inNorthing - inLatitudeZone - inLongitudeZone - | Method Detail |
public java.lang.String toString()
Object.toString()public double getEasting()
public double getNorthing()
public char getLatitudeZone()
public int getLongitudeZone()
public void setEasting(double d)
d - public void setNorthing(double d)
d - public void setLatitudeZone(char inZone)
inZone - public void setLongitudeZone(int inZone)
inZone -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||