Serializablepublic 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.GeodeticPointpublic boolean equals(Object object)
equals in class org.orekit.bodies.GeodeticPointpublic int hashCode()
hashCode in class org.orekit.bodies.GeodeticPointCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.