de.fhg.igd.gps
Class Longitude
java.lang.Object
de.fhg.igd.gps.AngularDistance
de.fhg.igd.gps.Longitude
- public class Longitude
- extends AngularDistance
This class represents a geographic longitude used for global positioning.
- Author:
- Dennis Bartussek
Constructor Summary |
Longitude()
Constructs a new Longitude . |
Longitude(double degrees)
Constructs a new Longitude that represents the specified
double argument, measured in decimal degrees. |
Longitude
public Longitude()
- Constructs a new
Longitude
.
Longitude
public Longitude(double degrees)
- Constructs a new
Longitude
that represents the specified
double
argument, measured in decimal degrees.
- Parameters:
degrees
- the value to be represented by this Longitude
deepClone
public Longitude deepClone()
- Returns a deep clone of this
Longitude
.
- Returns:
- a deep clone of this
Longitude
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.