The PassData type exposes the following members.

Constructors

  NameDescription
Public methodPassData(Double)
Constructor for decayed orbits.
Public methodPassData(AzElTime, AzElTime)
Create an object with AOS and LOS information.
Public methodPassData(AzElTime, AzElTime, AzElTime)
Create an object with AOS, LOS, and MAX information.

Methods

  NameDescription
Public methodAvailability
Calculates the availability of the satellite for the pass.
Public methodCalcPassSegments(Station, Satellite, DateTime, DateTime)
Calculates the set of pass segments the satellite pass.
Public methodCalcPassSegments(Station, Satellite, Double, Double)
Calculates the set of pass segments for the satellite pass.
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 a hash function for a particular type.
(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 containing minutes-past-epoch-style AOS/MAX/LOS data.
(Overrides Object..::..ToString()()()().)
Public methodToString(IOrbit, TimeZoneInfo, String, String)
Returns a string containing calendar date-style AOS/MAX/LOS data with the times given in the specified time zone.
Public methodToStringLocal
Returns a string containing calendar date-style AOS/MAX/LOS data with the times given in the current local time.
Public methodToStringUtc
Returns a string containing calendar date-style AOS/MAX/LOS data with the times given in UTC.

Properties

  NameDescription
Public propertyAos
Acquisition Of Signal data.
Public propertyDecayMpe
The minutes-past-epoch time that the satellite orbit decayed (or null if not decayed).
Public propertyIsDecayed
Returns true if the satellite orbit has decayed.
Public propertyIsValidAos
Indicates if the AOS data is specified.
Public propertyIsValidLos
Indicates if the LOS data is specified.
Public propertyIsValidMax
Indicates if the MAX data is specified.
Public propertyLos
Loss of Signal data.
Public propertyMax
Maximum elevation data.
Public propertySegments
The list of segments that comprise the overall pass.

See Also