Click or drag to resize

TwoLineElementSet Methods

The TwoLineElementSet type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides Sgp4ElementsClone(CopyContext).)
Public methodStatic memberDownloadTles(String, JulianDate, JulianDate)
Downloads TLE data for a given satellite from an AGI server. Multiple TLEs are returned, spanning the interval provided. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadTles(String, JulianDate, JulianDate, IWebProxy)
Downloads TLE data for a given satellite from an AGI server. Multiple TLEs are returned, spanning the interval provided. This method connects via HTTPS to ftp.agi.com.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToTleString
Returns a TLE string representing this TwoLineElementSet in the standard NORAD format, described by CelesTrak. The format consists of two or three lines with a new line after each. If the Name is not and not empty, the output contains three lines where the first is the result of ToTleStringLine0, the second is the result of ToTleStringLine1, and the third is the result of ToTleStringLine2. If the name is or empty, line zero is omitted. In either case, the lines are separated by your platform's new line string, usually "\n" or "\r\n".
Public methodToTleStringLine0
Returns line 0 of the TLE represented in standard NORAD format, described by CelesTrak. Line 0 contains the Name padded to 24 characters. The returned line does not contain any new line or line break characters.
Public methodToTleStringLine1
Returns line 1 of the TLE represented in standard NORAD format, described by CelesTrak. Line 1 contains the classification, international designator, epoch, etc. The returned line does not contain any new line or line break characters.
Public methodToTleStringLine2
Returns line 2 of the TLE represented in standard NORAD format, described by CelesTrak. Line 2 contains the inclination, right ascension of the ascending node, eccentricity, etc. The returned line does not contain any new line or line break characters.
Public methodStatic memberTryConvertAlpha5SatelliteCatalogNumbersToIntegers
Tries to convert an Alpha-5 satellite catalog number into its corresponding integer representation.
Public methodStatic memberTryConvertIntegerSatelliteCatalogNumbersToAlpha5
Tries to convert an integer satellite catalog number into its corresponding Alpha-5 representation.
Public methodStatic memberVerifyChecksum
Verifies the checksum of the specified TLE line.
Top
See Also