TwoLineElementSet Constructor |
Name | Description | |
---|---|---|
TwoLineElementSet |
Initializes a new Two Line Element Set with default parameters.
| |
TwoLineElementSet(String) |
Initializes a new Two Line Element Set from a string representation of the TLE.
An invalid checksum value will be silently ignored.
| |
TwoLineElementSet(TwoLineElementSet) | Initializes a new instance as a copy of an existing instance. | |
TwoLineElementSet(String, Boolean) |
Initializes a new Two Line Element Set from a string representation of the TLE
and optionally verifies the checksums.
| |
TwoLineElementSet(String, Boolean, Char) |
Initializes a new Two Line Element Set from a string representation of the TLE
and optionally verifies the checksums.
| |
TwoLineElementSet(Sgp4Elements, String, String, String, String, Double, Double, Int32, Int32) |
Initializes a new Two Line Element Set (TLE) from a set of Sgp4Elements and additional
meta-data contained in the TLE format.
|