SphericalHarmonicGravityModel Methods |
The SphericalHarmonicGravityModel type exposes the following members.
Name | Description | |
---|---|---|
CreateEarthPermanentTideCoefficients |
Creates a set of the default IERS 2003 permanent tide coefficients for Earth.
These are identical to those created by the default constructor of PermanentSolidTideModel.
| |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadFrom(String) |
Reads the gravity model information in from a file (most likely a .grv) and
returns a SphericalHarmonicGravityModel.
| |
ReadFrom(TextReader) |
Reads the gravity model information in from a TextReader and
returns a SphericalHarmonicGravityModel | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithoutEarthPermanentTides |
Removes the IERS2003 Earth permanent tide contributions so that a time-varying tide model can be applied instead.
| |
WithoutPermanentTides |
Removes the permanent tide contributions so that a time-varying tide model can be applied instead.
|