The Station type exposes the following members.

Methods

  NameDescription
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 methodGetLookAngle (Inherited from Site.)
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 methodPositionEci(Julian) (Inherited from Site.)
Public methodPositionEci(DateTime) (Inherited from Site.)
Public methodToString (Inherited from Site.)

Extension Methods

  NameDescription
Public Extension MethodCalcPassData(Satellite, DateTime, DateTime, Boolean, Boolean)Overloaded.
Calculate satellite pass data for a local horizon using a parallel algorithm. The data includes rise time (AOS), set time (LOS), and optionally, the maximum elevation (MAX) above the horizon.
(Defined by Track.)
Public Extension MethodCalcPassData(Satellite, Double, Double, Boolean, Boolean)Overloaded.
Calculate satellite pass data for a local horizon using a parallel algorithm. The data includes rise time (AOS), set time (LOS), and optionally, the maximum elevation (MAX) above the horizon.
(Defined by Track.)
Public Extension MethodCalcPassData(Satellite, DateTime, DateTime, Boolean, Boolean, Boolean)Overloaded.
Calculate satellite pass data for a local horizon and (optionally) pass segment data.
(Defined by Track.)
Public Extension MethodCalcPassData(Satellite, Double, Double, Boolean, Boolean, Boolean)Overloaded.
Calculate satellite pass data for a local horizon and (optionally) pass segment data.
(Defined by Track.)
Public Extension MethodInSunlight(DateTime, Double)Overloaded.
Determines if a location on earth is illuminated by the sun.
(Defined by Track.)
Public Extension MethodInSunlight(Julian, Double)Overloaded.
Determines if a location on earth is illuminated by the sun.
(Defined by Track.)
Public Extension MethodIsoElevationCircle(DateTime, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)
Public Extension MethodIsoElevationCircle(Julian, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)
Public Extension MethodIsoElevationCircleEcf(DateTime, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)
Public Extension MethodIsoElevationCircleEcf(Julian, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)
Public Extension MethodIsoElevationCircleEci(DateTime, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)
Public Extension MethodIsoElevationCircleEci(Julian, Double, Double, Double, Double)Overloaded.
Calculates an elevation circle centered on an earth site.
(Defined by Track.)

See Also