public class LLHCoordinates extends Object implements Serializable
LLHCoordinates(LLHCoordinatesSystem, double, double, double, String), otherwise the default
value for the corresponding attribute is an empty String.| Constructor and Description |
|---|
LLHCoordinates(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height)
Constructor.
|
LLHCoordinates(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Constructor with name option.
|
| 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.
|
String |
getName()
Getter for the name of the coordinates.
|
int |
hashCode() |
String |
toString() |
public LLHCoordinates(LLHCoordinatesSystem coordSystem, double latitude, double longitude, double height)
LLHCoordinates(LLHCoordinatesSystem, double, double, double, String) should be used
instead.coordSystem - coordinates system in which latitude, longitude and height coordinates are expressedlatitude - latitude coordinatelongitude - longitude coordinateheight - height coordinate (signed value)public LLHCoordinates(LLHCoordinatesSystem coordSystem, double latitude, double longitude, double height, String name)
coordSystem - coordinates system in which latitude, longitude and height coordinates are expressedlatitude - latitude coordinatelongitude - longitude coordinateheight - height coordinate (signed value)name - name of coordinatespublic 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.
public String getName()
Copyright © 2024 CNES. All rights reserved.