jaron.gps
Class Latitude
java.lang.Object
jaron.gps.Latitude
public class Latitude
- extends java.lang.Object
The Latitude
class represents a latitude coordinate
of a geographical location.
Modified source code from: http://code.google.com/p/gpsparser/
- Since:
- 1.1
- Version:
- 1.2
- Author:
- jarontec gmail com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Latitude
public Latitude(java.lang.String value,
Direction direction)
Latitude
public Latitude(double decimalValue)
getDecimal
public double getDecimal()
setDegrees
public void setDegrees(double degrees)
getMinutes
public double getMinutes()
setMinutes
public void setMinutes(double minutes)
getSeconds
public double getSeconds()
setSeconds
public void setSeconds(double seconds)
getDirection
public Direction getDirection()
setDirection
public void setDirection(Direction direction)
getDegrees
public double getDegrees()