jaron.gps
Class Longitude
java.lang.Object
jaron.gps.Longitude
public class Longitude
- extends java.lang.Object
The Longitude
class represents a longitude 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 |
Longitude
public Longitude(java.lang.String value,
Direction direction)
Longitude
public Longitude(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()