public class NormalizedGeodeticPoint extends 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() |
getAltitude, getEast, getLatitude, getNadir, getNorth, getSouth, getWest, getZenith, toStringpublic 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 GeodeticPointpublic boolean equals(Object object)
equals in class GeodeticPointpublic int hashCode()
hashCode in class GeodeticPointCopyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.