|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5dem.UtmCoordinatePair
com.c5corp.landUse.UtmCoordinatePairLandUse
public class UtmCoordinatePairLandUse
This class represents coordinates with UTM zone, northing, easting, and land code.
Constructor Summary | |
---|---|
UtmCoordinatePairLandUse(int z,
int n,
int e,
int l)
Another constructor. |
Method Summary | |
---|---|
int |
getCode()
Accessor function that returns land use code. |
int |
getEasting()
Accessor function that returns the easting |
int |
getNorthing()
Accessor function that returns the northing |
int |
getZone()
Accessor function that returns the UTM zone |
java.lang.String |
toString()
Overrides java.lang.Object.toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtmCoordinatePairLandUse(int z, int n, int e, int l)
z
- UTM zonen
- northinge
- eastingl
- landuse codeMethod Detail |
---|
public int getCode()
public int getZone()
public int getNorthing()
getNorthing
in class UtmCoordinatePair
public int getEasting()
getEasting
in class UtmCoordinatePair
public java.lang.String toString()
UtmCoordinatePair
toString
in class UtmCoordinatePair
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |