TwoLineElementSet Methods |
The TwoLineElementSet type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides Sgp4ElementsClone(CopyContext).) | |
DownloadTles(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.
| |
DownloadTles(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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToTleString |
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".
| |
ToTleStringLine0 |
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.
| |
ToTleStringLine1 |
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.
| |
ToTleStringLine2 |
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.
| |
TryConvertAlpha5SatelliteCatalogNumbersToIntegers |
Tries to convert an Alpha-5 satellite catalog number into its corresponding integer representation.
| |
TryConvertIntegerSatelliteCatalogNumbersToAlpha5 |
Tries to convert an integer satellite catalog number into its corresponding Alpha-5 representation.
| |
VerifyChecksum |
Verifies the checksum of the specified TLE line.
|