Appearance
KBE3D / KBSatellite / _tlejs / getOrbitTrack
函数: getOrbitTrack()
getOrbitTrack(
input:OrbitTrackInput):Promise<LngLat[]>
(Async) Generates an array of lng/lat pairs representing a ground track (orbit track), starting from startTimeMS and continuing until just before crossing the antemeridian, which is considered the end of the orbit for convenience.
Consider pairing this with getLastAntemeridianCrossingTimeMS() to create a full orbit path (see usage in getGroundTracks()).
参数
input
返回
Promise<LngLat[]>
