cynosurex.geography
Class Latitude

java.lang.Object
  extended by cynosurex.geography.Coordinate
      extended by cynosurex.geography.Latitude
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public class Latitude
extends Coordinate
implements cynosurex.internal.CommonInterface


Field Summary
static short DEGREE_MAX
           
static short DEGREE_MIN
           
 
Fields inherited from class cynosurex.geography.Coordinate
degree, minute, MINUTE_MAX, MINUTE_MIN, second, SECOND_MAX, SECOND_MIN
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
Latitude()
           
Latitude(double value)
           
Latitude(int degree, int minute, int second)
           
 
Method Summary
 void setDegree(int degree)
           
 void setMinute(int minute)
           
 void setSecond(int second)
           
 void setValue(double value)
           
 java.lang.String toString()
          Returns a String object representing the instance.
 
Methods inherited from class cynosurex.geography.Coordinate
getDegree, getMinute, getSecond, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEGREE_MAX

public static short DEGREE_MAX

DEGREE_MIN

public static short DEGREE_MIN
Constructor Detail

Latitude

public Latitude()

Latitude

public Latitude(double value)

Latitude

public Latitude(int degree,
                int minute,
                int second)
Method Detail

setValue

public void setValue(double value)
Specified by:
setValue in class Coordinate

setDegree

public void setDegree(int degree)
Specified by:
setDegree in class Coordinate

setMinute

public void setMinute(int minute)
Specified by:
setMinute in class Coordinate

setSecond

public void setSecond(int second)
Specified by:
setSecond in class Coordinate

toString

public java.lang.String toString()
Returns a String object representing the instance.

Overrides:
toString in class Coordinate