Click or drag to resize

Iers2003SolidTideModel Properties

The Iers2003SolidTideModel type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets or sets the primary gravitational body.
(Inherited from SolidTideModel.)
Public propertyGravitationalParameter
Gets or sets the gravitational parameter of the primary gravitational body.
(Inherited from SolidTideModel.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyReferenceDistance
Gets or sets the reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body).
(Inherited from SolidTideModel.)
Public propertyThirdBodies
Gets a list of the tidal third bodies that are currently configured to this solid tide model. In most cases, the user should use the AddThirdBody(String, Point, Double) method to configure this parameter rather than setting it directly.
(Inherited from TimeVaryingSolidTideModel.)
Public propertyTideCoefficientsDegree
Gets or sets the degree of the tidal spherical harmonic gravity field.
(Inherited from SolidTideModel.)
Public propertyTideCoefficientsOrder
Gets or sets the order of the tidal spherical harmonic gravity field.
(Inherited from SolidTideModel.)
Top
See Also