com.c5corp.landUse
Class UtmCoordinatePairLandUse

java.lang.Object
  extended by com.c5corp.c5dem.UtmCoordinatePair
      extended by com.c5corp.landUse.UtmCoordinatePairLandUse
All Implemented Interfaces:
java.io.Serializable

public class UtmCoordinatePairLandUse
extends UtmCoordinatePair
implements java.io.Serializable

This class represents coordinates with UTM zone, northing, easting, and land code.

Since:
1.0.3
Author:
donated by Caroline McLaughlin
See Also:
Serialized Form

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

UtmCoordinatePairLandUse

public UtmCoordinatePairLandUse(int z,
                                int n,
                                int e,
                                int l)
Another constructor.

Parameters:
z - UTM zone
n - northing
e - easting
l - landuse code
Method Detail

getCode

public int getCode()
Accessor function that returns land use code.

Returns:
the land use code

getZone

public int getZone()
Accessor function that returns the UTM zone

Returns:
UTM zone

getNorthing

public int getNorthing()
Accessor function that returns the northing

Overrides:
getNorthing in class UtmCoordinatePair
Returns:
northing

getEasting

public int getEasting()
Accessor function that returns the easting

Overrides:
getEasting in class UtmCoordinatePair
Returns:
easting

toString

public java.lang.String toString()
Description copied from class: UtmCoordinatePair
Overrides java.lang.Object.toString()

Overrides:
toString in class UtmCoordinatePair