Click or drag to resize

OnSurface Structure

Parameters of observer's location
Inheritance Hierarchy
SystemObject
  SystemValueType
    ASCOM.AstrometryOnSurface

Namespace: ASCOM.Astrometry
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public struct OnSurface

The OnSurface type exposes the following members.

Fields
 NameDescription
Public fieldHeight Observer's height above sea level
Public fieldLatitude Geodetic (ITRS) latitude; north positive (degrees)
Public fieldLongitude Geodetic (ITRS) longitude; east positive (degrees)
Public fieldPressure Observer's location's atmospheric pressure (millibars)
Public fieldTemperature Observer's location's ambient temperature (degrees Celsius)
Top
Remarks
This structure is identical to the NOVAS2 SiteInfo structure but is included so that NOVAS3 naming conventions are maintained, making it easier to relate this code to the NOVAS3 documentation and C code.
See Also