| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies | |
| fr.cnes.sirius.patrius.bodies.mesh |
| Modifier and Type | Field and Description |
|---|---|
static LLHCoordinatesSystem |
AbstractEllipsoidBodyShape.DEFAULT_LLH_COORD_SYSTEM
Ellipsodetic used as default LLH coordinates system for the computed
EllipsoidPoint. |
protected LLHCoordinatesSystem |
AbstractBodyShape.lLHCoordinatesSystem
LLH coordinates system.
|
| Modifier and Type | Method and Description |
|---|---|
LLHCoordinatesSystem |
LLHCoordinates.getLLHCoordinatesSystem()
Getter for the used LLH coordinates system.
|
LLHCoordinatesSystem |
BodyShape.getLLHCoordinatesSystem()
Getter for the LLH coordinates system used by the computed
BodyPoint. |
LLHCoordinatesSystem |
AbstractBodyShape.getLLHCoordinatesSystem()
Getter for the LLH coordinates system used by the computed
BodyPoint. |
static LLHCoordinatesSystem |
LLHCoordinatesSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLHCoordinatesSystem[] |
LLHCoordinatesSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EllipsoidPoint |
EllipsoidBodyShape.buildPoint(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Build a
BodyPoint from LLH coordinates. |
BodyPoint |
BodyShape.buildPoint(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Build a
BodyPoint from LLH coordinates. |
EllipsoidPoint |
AbstractEllipsoidBodyShape.buildPoint(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Build a
BodyPoint from LLH coordinates. |
LLHCoordinates |
BodyPoint.getLLHCoordinates(LLHCoordinatesSystem coordSystem)
Returns (after computation if not computed yet) the latitude/longitude/height coordinates of this in the
requested coordinates system.
|
LLHCoordinates |
AbstractBodyPoint.getLLHCoordinates(LLHCoordinatesSystem coordSystem)
Returns (after computation if not computed yet) the latitude/longitude/height coordinates of this in the
requested coordinates system.
|
void |
BodyShape.setLLHCoordinatesSystem(LLHCoordinatesSystem coordSystem)
Setter for the LLH coordinates system to be used by the computed
BodyPoint. |
void |
AbstractBodyShape.setLLHCoordinatesSystem(LLHCoordinatesSystem coordSystem)
Setter for the LLH coordinates system to be used by the computed
BodyPoint. |
String |
BodyPoint.toString(LLHCoordinatesSystem coordSystem)
Getter for a string representing the object using the entered coordinates system.
|
String |
AbstractBodyPoint.toString(LLHCoordinatesSystem coordSystem)
Getter for a string representing the object using the entered coordinates system.
|
String |
AbstractBodyPoint.toStringWithInputCoords(LLHCoordinatesSystem coordSystem)
WARNING : if the coordinates system provided in input is equal to the coordinates system of
inputCoord, results are recomputed.
|
| Constructor and Description |
|---|
AbstractEllipsoidBodyShape(IEllipsoid ellipsoid,
CelestialBodyFrame bodyFrame,
boolean spherical,
String name,
LLHCoordinatesSystem lLHCoordinatesSystem)
Constructor for the ellipsoid.
|
EllipsoidPoint(EllipsoidBodyShape bodyShape,
LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Constructor from lat/long/height coordinates.
|
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 |
|---|---|
FacetPoint |
FacetBodyShape.buildPoint(LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String nameIn)
Build a
BodyPoint from LLH coordinates. |
String |
FacetPoint.toString(LLHCoordinatesSystem coordSystem)
Getter for a string representing the object using the entered coordinates system.
|
| Constructor and Description |
|---|
FacetPoint(FacetBodyShape bodyShape,
LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Constructor from lat/long/height coordinates.
|
Copyright © 2024 CNES. All rights reserved.