![]() | Celestial Class |
Namespace: CoordinateSharp
[SerializableAttribute] public class Celestial
The Celestial type exposes the following members.
Name | Description | |
---|---|---|
![]() | Celestial |
Creates an empty Celestial.
|
![]() ![]() | Celestial(Double, Double, DateTime) |
Creates a Celestial object based on a location and specified date.
|
![]() ![]() | Celestial(Double, Double, DateTime, Double) |
Creates a Celestial object based on a location and specified date.
|
![]() ![]() | Celestial(Double, Double, DateTime, Double, EagerLoad) |
Creates a Celestial object based on a location and specified date.
|
Name | Description | |
---|---|---|
![]() | AdditionalSolarTimes |
Additional solar event times based on the provided date and location.
|
![]() | Apogee |
Moons apogee details based on the provided date.
|
![]() | AstrologicalSigns |
Astrological signs based on the provided date.
|
![]() | Equinoxes |
Get equinox values based on provided year.
|
![]() | IsMoonUp |
Determine if the moon is currently up, based on moon set and moon rise time at the provided location and date.
|
![]() | IsSunUp |
Determine if the sun is currently up, based on sunset and sunrise time at the provided location and date.
|
![]() | LunarCoordinates |
Lunar Coordinates.
|
![]() | LunarEclipse |
Lunar eclipse details.
|
![]() | MoonAltitude |
Moon altitude in degrees (E of N) (corrected for parallax and refraction).
|
![]() | MoonAzimuth |
Moon azimuth in degrees (E of N).
|
![]() | MoonCondition |
Moon's condition based on the provided date.
|
![]() | MoonDistance |
Estimated moon distance from the earth.
|
![]() | MoonIllum |
Moon illumination details based on the provided date.
|
![]() ![]() | MoonRise |
Moon rise time.
|
![]() ![]() | MoonSet |
Moon set time.
|
![]() | Perigee |
Moons perigee details based on the provided date.
|
![]() | SolarCoordinates |
Solar Coordinates.
|
![]() | SolarEclipse |
Solar eclipse details.
|
![]() ![]() | SolarNoon |
Solar noon time.
|
![]() | Solstices |
Get solstice values based on provided year.
|
![]() | SunAltitude |
Sun altitude in degrees (E of N).
|
![]() | SunAzimuth |
Sun azimuth in degrees (E of N).
|
![]() | SunCondition |
Sun's Condition based on the provided date.
|
![]() ![]() | SunRise |
Sunrise time.
|
![]() ![]() | SunSet |
Sunset time.
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | CalculateCelestialTimes(Double, Double, DateTime) |
Calculate celestial data based on latitude, longitude and UTC date at the location.
|
![]() ![]() ![]() | CalculateCelestialTimes(Double, Double, DateTime, EagerLoad) |
Calculate celestial data based on latitude, longitude and UTC date at the location.
|
![]() ![]() ![]() | CalculateCelestialTimes(Double, Double, DateTime, Double) |
Calculate celestial data based on latitude, longitude and UTC date with hours offset at the location.
|
![]() ![]() ![]() | CalculateCelestialTimes(Double, Double, DateTime, EagerLoad, Double) |
Calculate celestial data based on latitude, longitude and UTC date with hours offset at the location.
|
![]() ![]() ![]() | CalculateMoonData | Obsolete.
Calculate moon data based on latitude, longitude and UTC date at the location.
|
![]() ![]() ![]() | CalculateSunData | Obsolete.
Calculate sun data based on latitude, longitude and UTC date at the location.
|
![]() ![]() ![]() | Celestial_LocalTime | Obsolete.
Converts all Celestial values to local time.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | Get_Equinoxes(DateTime) |
Get equinox events in UTC based on provided DateTime.
|
![]() ![]() | Get_Equinoxes(DateTime, Double) |
Get equinoxe events in local based on provided DateTime and UTC offset.
|
![]() ![]() ![]() | Get_Last_MoonRise(Coordinate) |
Gets the last moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_MoonRise(Double, Double, DateTime) |
Gets the last moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_MoonRise(Double, Double, DateTime, Double) |
Gets the last moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_MoonSet(Coordinate) |
Gets the last moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_MoonSet(Double, Double, DateTime) |
Gets the last moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_MoonSet(Double, Double, DateTime, Double) |
Gets the last moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunRise(Coordinate) |
Gets the last sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunRise(Double, Double, DateTime) |
Gets the last sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunRise(Double, Double, DateTime, Double) |
Gets the last sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunSet(Coordinate) |
Gets the last sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunSet(Double, Double, DateTime) |
Gets the last sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Last_SunSet(Double, Double, DateTime, Double) |
Gets the last sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Lunar_Coordinate(DateTime) |
Gets lunar coordinates based on UTC DateTime. Values are in degrees unless otherwise specified.
|
![]() ![]() ![]() | Get_Lunar_Coordinate(DateTime, Double) |
Gets lunar coordinates based on UTC DateTime. Values are in degrees unless otherwise specified.
|
![]() ![]() ![]() | Get_Lunar_Eclipse_Table |
Returns a List containing solar eclipse data for the century at the specified location.
Century return is based on the date passed.
|
![]() ![]() ![]() | Get_Next_MoonRise(Coordinate) |
Gets the next moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_MoonRise(Double, Double, DateTime) |
Gets the next moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_MoonRise(Double, Double, DateTime, Double) |
Gets the next moon rise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_MoonSet(Coordinate) |
Gets the next moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_MoonSet(Double, Double, DateTime) |
Gets the next moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_MoonSet(Double, Double, DateTime, Double) |
Gets the next moon set from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunRise(Coordinate) |
Gets the next sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunRise(Double, Double, DateTime) |
Gets the next sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunRise(Double, Double, DateTime, Double) |
Gets the next sunrise from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunSet(Coordinate) |
Gets the next sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunSet(Double, Double, DateTime) |
Gets the next sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Next_SunSet(Double, Double, DateTime, Double) |
Gets the next sunset from the provided point in time at the passed location.
|
![]() ![]() ![]() | Get_Solar_Coordinate(DateTime) |
Gets solar coordinates based on UTC DateTime. Values are in degrees unless otherwise specified.
|
![]() ![]() ![]() | Get_Solar_Coordinate(DateTime, Double) |
Gets solar coordinates based on UTC DateTime. Values are in degrees unless otherwise specified.
|
![]() ![]() ![]() | Get_Solar_Eclipse_Table |
Returns a List containing solar eclipse data for the century at the specified location.
Century returned is based on the date passed.
|
![]() ![]() | Get_Solstices(DateTime) |
Get solstice events in UTC based on provided DateTime.
|
![]() ![]() | Get_Solstices(DateTime, Double) |
Get solstice events in local based on provided DateTime and UTC offset.
|
![]() ![]() ![]() | Get_Time_at_Solar_Altitude(Coordinate, Double) |
Get times based on the specified Coordinate object's data and altitude.
Condition (AltitudeEvents) should be checked if either Rising or Setting values return null.
|
![]() ![]() ![]() | Get_Time_at_Solar_Altitude(Double, Double, DateTime, Double) |
Get times (in UTC) at the provided solar position, date and altitude.
Condition (AltitudeEvents) should be checked if either Rising or Setting values return null.
|
![]() ![]() ![]() | Get_Time_at_Solar_Altitude(Double, Double, DateTime, Double, Double) |
Get times (at the specified offset) at the provided solar position, date and altitude.
Condition (AltitudeEvents) should be checked if either Rising or Setting value return null.
|
![]() ![]() ![]() | GetApogees |
Returns Apogee object containing last and next apogees based on the specified UTC date.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() ![]() | GetPerigees |
Returns Perigee object containing last and next perigees based on the specified UTC date.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | Lunar_LocalTime | Obsolete.
Converts lunar time values to local time.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() ![]() | Solar_LocalTime | Obsolete.
Converts solar time values to local time.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |