Site Class

NOVAS-COM: Site Class

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public class Site
Inheritance
Object    Site

Remarks

NOVAS-COM objects of class Site contain the specifications for an observer's location on the Earth ellipsoid. Properties are latitude, longitude, height above mean sea level, the ambient temperature and the sea-level barometric pressure. The latter two are used only for optional refraction corrections. Latitude and longitude are (common) geodetic, not geocentric.

Constructors

Site Initialises a new site object

Properties

Height Height above mean sea level
Latitude Geodetic latitude (degrees, + north)
Longitude Geodetic longitude (degrees, + east)
Pressure Barometric pressure (millibars)
Temperature Ambient temperature (deg. Celsius)

Methods

Set Set all site properties in one method call

Version Information

.NET Standard

Supported in: 2.0

See Also