| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies | |
| fr.cnes.sirius.patrius.bodies.mesh |
| Modifier and Type | Method and Description |
|---|---|
default LLHCoordinates |
BodyPoint.getLLHCoordinates()
Returns (after computation if not computed yet) the latitude/longitude/height coordinates of this in the
associated body shape preferred coordinates system.
|
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.
|
| Constructor and Description |
|---|
AbstractBodyPoint(BodyShape bodyShape,
LLHCoordinates coordIn,
String name)
Constructor from lat/long/height coordinates.
|
EllipsoidPoint(EllipsoidBodyShape bodyShape,
LLHCoordinates coordIn,
String name)
Constructor from lat/long/height coordinates.
|
| Constructor and Description |
|---|
FacetPoint(FacetBodyShape bodyShape,
LLHCoordinates coordIn,
String name)
Constructor from lat/long/height coordinates.
|
Copyright © 2025 CNES. All rights reserved.