AstronomyObservation Class

Base class for observations of astronomical phenomena

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public abstract class AstronomyObservation : IFormattable
Inheritance
Object    AstronomyObservation
Derived
Implements
IFormattable

Constructors

AstronomyObservationInitializes a new instance of the AstronomyObservation class

Properties

Altitude Gets the observed altitude of the object above (or below) the horizon on ObservationDate at Meridian.
Declination Gets the declination of the observed object at the time it crosses the meridian.
HasRise Gets an indication of whether the observed object rises on the date given in ObservationDate
HasSet Gets an indication of whether the sun sets on the date given in ObservationDate
Location Gets the location to which these observations apply.
Meridian Gets the date and time the observed object crosses (transits) the meridian at the observer's location.
ObservationDate Gets the date and time used to calculate these observations.
ObservationDateRaw Gets or sets the ObservationDate value initially provided by the caller.
RiseAzimuth Gets the Direction (azimuth) of the object at RiseTime.
RiseTime Gets the date and time that the observed object rises above the horizon.
SetAzimuth Gets the Direction (azimuth) of the object at SetTime.
SetTime Gets the date and time that the observed object sets below the horizon.
TimeZone Gets the time zone to use to report the observations.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FormattedDuration Gets the duration, in hours and minutes, of a particular DateRange.
FormattedTime Formats the time portion of a DateTimeOffset in the given time format.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Creates a String representation of this AstronomyObservation.
(Overrides ObjectToString)
ToString(String, IFormatProvider) Formats the value of the current instance using the specified format.

See Also