Methods
Export dispatcher.
| Name | Type | Description |
|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. |
format |
string | Target format ("OMM", "OEM", "CZM", "GJN", "KML"). |
options |
object | optional Export options. |
Returns:
Export result.
Export a portable, single-epoch visual snapshot as a canonical SDS $CZM
FlatBuffer. Position/orientation are evaluated by their native properties at
options.time; this is not an orbit or trajectory export. Supported graphics:
point, label, billboard and model. Hosted sensors and other graphics fail
explicitly. Asset URIs are preserved, not fetched; publish data URIs when
their bytes must travel with the record. Blob URLs are refused.
CZM does not carry domain kind, operational records or site/sensor settings.
Use toETM for native kind/identity metadata and publish actual domain records
separately. No imported record or entity is changed by this method.
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||
options |
object |
optional
Snapshot options.
|
Returns:
Detached canonical $CZM bytes.
Export entities to CZML packets.
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||
options |
object |
optional
Export options.
|
Returns:
CZML packet array.
Export canonical SDS $ETM metadata for native entity kinds and identity.
The host-local WASM handle is always zeroed. ETM is query metadata, not an
orbit, sensor definition, assessed affiliation or information-security label.
| Name | Type | Description |
|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. |
Returns:
One detached canonical $ETM record per entity.
Export entities to GeoJSON FeatureCollection.
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||
options |
object |
optional
Export options.
|
Returns:
GeoJSON FeatureCollection.
Export entities to KML string.
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||
options |
object |
optional
Export options.
|
Returns:
KML XML string.
Export entities to lightweight OEM-like JSON.
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||||||
options |
object |
optional
Export options.
|
Returns:
OEM-like records.
Export entities to OMM JSON.
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
entities |
Array.<Entity> | EntityCollection | Entity | Entities to export. | ||||||||||||
options |
object |
optional
Export options.
|
Returns:
OMM records.