The Station type exposes the following members.

Constructors

  NameDescription
Public methodStation
Standard constructor.

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.)

Properties

  NameDescription
Public propertyAltitude (Inherited from Site.)
Public propertyGeo (Inherited from Site.)
Public propertyHorizonMasks
List of masks defining areas of the sky that are obscured.
Public propertyLatitudeDeg (Inherited from Site.)
Public propertyLatitudeRad (Inherited from Site.)
Public propertyLongitudeDeg (Inherited from Site.)
Public propertyLongitudeRad (Inherited from Site.)
Public propertyName (Inherited from Site.)
Public propertyWgsModel (Inherited from Site.)

See Also