public class LLHCoordinates extends Object implements Serializable
Constructor and Description |
---|
LLHCoordinates(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
double |
getHeight()
Getter for the height in meters with respect to the shape surface.
|
double |
getLatitude()
Getter for the latitude.
|
LLHCoordinatesSystem |
getLLHCoordinatesSystem()
Getter for the used LLH coordinates system.
|
double |
getLongitude()
Getter for the longitude.
|
int |
hashCode() |
String |
toString() |
public LLHCoordinates(LLHCoordinatesSystem coordSystem, double latitude, double longitude, double height)
coordSystem
- coordinates system in which latitude, longitude and height coordinates are expressedlatitude
- latitude coordinatelongitude
- longitude coordinateheight
- height coordinate (signed value)public LLHCoordinatesSystem getLLHCoordinatesSystem()
public double getLatitude()
public double getLongitude()
public double getHeight()
If the used height system is NORMAL, a positive value means the point is outside the shape, a negative value means the point is inside the shape.
Copyright © 2023 CNES. All rights reserved.