Iers2003SolidTideModel Methods |
The Iers2003SolidTideModel type exposes the following members.
Name | Description | |
---|---|---|
AddThirdBody |
Adds a Point representing the position of the tide-inducing gravitational body
and a double representing its gravitational parameter, in meters cubed per second squared.
(Inherited from TimeVaryingSolidTideModel.) | |
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
EnumerateDependencies |
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 TimeVaryingSolidTideModel.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetCoefficientsEvaluator |
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
(Inherited from SolidTideModel.) | |
GetCoefficientsEvaluator(EvaluatorGroup) |
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
(Overrides SolidTideModelGetCoefficientsEvaluator(EvaluatorGroup).) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
RemoveThirdBody(Double) |
Removes a tidal perturbations due to the body represented by the gravitational parameter.
(Inherited from TimeVaryingSolidTideModel.) | |
RemoveThirdBody(Point) |
Removes a tidal perturbations due to the body represented by the Point.
(Inherited from TimeVaryingSolidTideModel.) | |
RemoveThirdBody(String) |
Removes tidal perturbations due to the body represented by the name.
(Inherited from TimeVaryingSolidTideModel.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |