Serializable
public class NormalizedGeodeticPoint
extends org.orekit.bodies.GeodeticPoint
Constructor | Description |
---|---|
NormalizedGeodeticPoint(double latitude,
double longitude,
double altitude,
double centralLongitude) |
Build a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object object) |
|
double |
getLongitude() |
Get the longitude.
|
int |
hashCode() |
public NormalizedGeodeticPoint(double latitude, double longitude, double altitude, double centralLongitude)
latitude
- latitude of the pointlongitude
- longitude of the pointaltitude
- altitude of the pointcentralLongitude
- central longitude lcpublic double getLongitude()
getLongitude
in class org.orekit.bodies.GeodeticPoint
public boolean equals(Object object)
equals
in class org.orekit.bodies.GeodeticPoint
public int hashCode()
hashCode
in class org.orekit.bodies.GeodeticPoint
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.