Appearance
KBE3D / KBSatellite / _tlejs / OrbitTrackSyncInput
接口: OrbitTrackSyncInput
Input for getOrbitTrackSync(). Note that getOrbitTrack() uses OrbitTrackInput instead.
继承于
属性
tle
tle:
TLE
TLE input.
startTimeMS?
optionalstartTimeMS:number
Time to begin drawing the orbit track from.
默认值
ts
Current time.stepMS?
optionalstepMS:number
Time to begin drawing the orbit track from.
默认值
ts
1000maxTimeMS?
optionalmaxTimeMS:number
Maximum milliseconds to process before returning. This is needed for geosynchronous satellites, because they never cross the antemeridian.
默认值
ts
6000000isLngLatFormat?
optionalisLngLatFormat:boolean
Whether to output in [lng, lat] format.
默认值
ts
true