cynosurex.geography
Class Latitude
java.lang.Object
  
cynosurex.geography.Coordinate
      
cynosurex.geography.Latitude
- All Implemented Interfaces: 
 - cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon
 
public class Latitude
- extends Coordinate
- implements cynosurex.internal.CommonInterface
  
 
 
| 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 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DEGREE_MAX
public static short DEGREE_MAX
DEGREE_MIN
public static short DEGREE_MIN
Latitude
public Latitude()
Latitude
public Latitude(double value)
Latitude
public Latitude(int degree,
                int minute,
                int second)
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