Click or drag to resize

Site Class

NOVAS-COM: Site Class
Inheritance Hierarchy
SystemObject
  ASCOM.Tools.NovasComSite

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public class Site

The Site type exposes the following members.

Constructors
 NameDescription
Public methodSite Initialises a new site object
Top
Properties
 NameDescription
Public propertyHeight Height above mean sea level
Public propertyLatitude Geodetic latitude (degrees, + north)
Public propertyLongitude Geodetic longitude (degrees, + east)
Public propertyPressure Barometric pressure (millibars)
Public propertyTemperature Ambient temperature (deg. Celsius)
Top
Methods
 NameDescription
Public methodSet Set all site properties in one method call
Top
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.
See Also