Click or drag to resize

SphericalHarmonicGravityModel Methods

The SphericalHarmonicGravityModel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEarthPermanentTideCoefficients
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(String)
Reads the gravity model information in from a file (most likely a .grv) and returns a SphericalHarmonicGravityModel.
Public methodStatic memberReadFrom(TextReader)
Reads the gravity model information in from a TextReader and returns a SphericalHarmonicGravityModel
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithoutEarthPermanentTides
Removes the IERS2003 Earth permanent tide contributions so that a time-varying tide model can be applied instead.
Public methodWithoutPermanentTides
Removes the permanent tide contributions so that a time-varying tide model can be applied instead.
Top
See Also