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