Click or drag to resize

TwoLineElementSet Constructor

Overload List
  NameDescription
Public methodTwoLineElementSet
Initializes a new Two Line Element Set with default parameters.
Public methodTwoLineElementSet(String)
Initializes a new Two Line Element Set from a string representation of the TLE. An invalid checksum value will be silently ignored.
Public methodTwoLineElementSet(TwoLineElementSet)
Initializes a new instance as a copy of an existing instance.
Public methodTwoLineElementSet(String, Boolean)
Initializes a new Two Line Element Set from a string representation of the TLE and optionally verifies the checksums.
Public methodTwoLineElementSet(String, Boolean, Char)
Initializes a new Two Line Element Set from a string representation of the TLE and optionally verifies the checksums.
Public methodTwoLineElementSet(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.
Top
See Also