public class NormalizedGeodeticPoint
extends org.orekit.bodies.GeodeticPoint
Constructor and Description |
---|
NormalizedGeodeticPoint(double latitude,
double longitude,
double altitude,
double centralLongitude)
Build a new instance.
|
Modifier and Type | Method and 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–2023 CS GROUP. All rights reserved.