The PassData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PassData(Double) |
Constructor for decayed orbits.
| |
PassData(AzElTime, AzElTime) |
Create an object with AOS and LOS information.
| |
PassData(AzElTime, AzElTime, AzElTime) |
Create an object with AOS, LOS, and MAX information.
|
Methods
Name | Description | |
---|---|---|
Availability |
Calculates the availability of the satellite for the pass.
| |
CalcPassSegments(Station, Satellite, DateTime, DateTime) |
Calculates the set of pass segments the satellite pass.
| |
CalcPassSegments(Station, Satellite, Double, Double) |
Calculates the set of pass segments for the satellite pass.
| |
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 a hash function for a particular type. (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 containing minutes-past-epoch-style AOS/MAX/LOS data.
(Overrides Object..::..ToString()()()().) | |
ToString(IOrbit, TimeZoneInfo, String, String) |
Returns a string containing calendar date-style AOS/MAX/LOS data with
the times given in the specified time zone.
| |
ToStringLocal |
Returns a string containing calendar date-style AOS/MAX/LOS data with
the times given in the current local time.
| |
ToStringUtc |
Returns a string containing calendar date-style AOS/MAX/LOS data with
the times given in UTC.
|
Properties
Name | Description | |
---|---|---|
Aos |
Acquisition Of Signal data.
| |
DecayMpe |
The minutes-past-epoch time that the satellite orbit
decayed (or null if not decayed).
| |
IsDecayed |
Returns true if the satellite orbit has decayed.
| |
IsValidAos |
Indicates if the AOS data is specified.
| |
IsValidLos |
Indicates if the LOS data is specified.
| |
IsValidMax |
Indicates if the MAX data is specified.
| |
Los |
Loss of Signal data.
| |
Max |
Maximum elevation data.
| |
Segments |
The list of segments that comprise the overall pass.
|