Click or drag to resize

ClassicalEquationOfEquinoxes Methods

The ClassicalEquationOfEquinoxes type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.
(Inherited from DefinitionalObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetEquationOfTheEquinoxesEvaluator

Gets an evaluator to compute the equation of the equinoxes.

The result of evaluating will be a Motion<double> which represents the value of the equation of the equinoxes representing the offset between the mean and apparent equinoxes at the given JulianDate. No derivatives are provided.

The equation of the equinox uses a NutationModel and PrecessionModel defined by the instance of EarthCentralBody in the CentralBodiesFacet of the CalculationContext.

(Inherited from EquationOfEquinoxes.)
Public methodGetEquationOfTheEquinoxesEvaluator(EvaluatorGroup)

Gets an evaluator to compute the equation of the equinoxes.

The result of evaluating will be a Motion<double> which represents the value of the equation of the equinoxes representing the offset between the mean and apparent equinoxes at the given JulianDate. No derivatives are provided.

The equation of the equinox uses a NutationModel and PrecessionModel defined by the instance of EarthCentralBody in the CentralBodiesFacet of the CalculationContext.

(Overrides EquationOfEquinoxesGetEquationOfTheEquinoxesEvaluator(EvaluatorGroup).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also