Changes
Page history
Mise à jour de CZMLGroundStation
authored
Jun 10, 2024
by
Julien LEBLOND
Show whitespace changes
Inline
Side-by-side
CZMLGroundStation.md
View page @
f8a95fea
...
...
@@ -84,5 +84,5 @@ CZMLGroundStation groundStation = new CZMLGroundStation(topocentricFrame, header
*
A List
<
[
TopocentricFrame
](
https:
//
www.orekit.org
/
site-orekit-development
/
apidocs
/
org
/
orekit
/
frames
/
TopocentricFrame.html
)
>
, a
[
Header
](
Header
)
:
(
**This function can create several groundStation, with each topocentricFrame assigned to each station**
)
```
Java
CZMLGroundStation groundStation = new CZMLGroundStation(topo
t
centricFrameList, header);
CZMLGroundStation groundStation = new CZMLGroundStation(topocentricFrameList, header);
```