Enum in Zendir.CelesTrak
Description
This enumeration defines the format types that can be used for different CelesTrak queries.
Properties
| Declared | Description |
|---|---|
| TLE = 0 | Three-line element sets, including the satellite name. |
| XML = 1 | OMM XML format including all mandatory elements. |
| KVN = 2 | OMM KVN format including all mandatory elements. |
| JSON = 3 | OMM keywords for all GP elements in JSON format. |
| JSONPretty = 4 | OMM keywords for all GP elements in JSON pretty-print format. |
| CSV = 5 | OMM keywords for all GP elements in CSV format. |