Appearance
KBE3D / KBSatellite / _tlejs / OrbitTrackInput
接口: OrbitTrackInput
Input for getOrbitTrack(). Note that getOrbitTrackSync() uses OrbitTrackInputSync instead.
继承
属性
tle
tle:
TLE
TLE input.
继承自
startTimeMS?
optionalstartTimeMS:number
Time to begin drawing the orbit track from.
默认值
ts
Current time.继承自
OrbitTrackSyncInput.startTimeMS
stepMS?
optionalstepMS:number
Time to begin drawing the orbit track from.
默认值
ts
1000继承自
maxTimeMS?
optionalmaxTimeMS:number
Maximum milliseconds to process before returning. This is needed for geosynchronous satellites, because they never cross the antemeridian.
默认值
ts
6000000继承自
isLngLatFormat?
optionalisLngLatFormat:boolean
Whether to output in [lng, lat] format.
默认值
ts
true继承自
OrbitTrackSyncInput.isLngLatFormat
sleepMS?
optionalsleepMS:number
(Experimental) Time to "cool off" between processing chunks.
默认值
ts
0jobChunkSize?
optionaljobChunkSize:number
(Experimental) Satellite positions to calculate in one "chunk" before cooling off.
默认值
ts
1000