ConjunctionAssessment provides methods to assess close approaches between objects in space.
Methods
static Cesium.ConjunctionAssessment.calculateCloseApproaches(primary, secondary, options) → Promise.<Array.<CloseApproach>>
Calculates close approaches between two arrays of entities within a specified time window.
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
primary |
Array | The first array of entities with orbital parameters and IDs. | ||||||||||||||||||||
secondary |
Array | The second array of entities with orbital parameters and IDs. | ||||||||||||||||||||
options |
Object |
Calculation options.
|
Returns:
- Resolves to a list of CloseApproach instances.