InternationalTerrestrialReferenceFrameTransformer Methods |
The InternationalTerrestrialReferenceFrameTransformer type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
ConvertAxes(Axes, Axes) |
Converts an Axes such that the ITRF transformation is applied when it is evaluated.
| |
ConvertAxes(EarthCentralBody, Axes, String) |
Converts an Axes such that an ITRF transformation is applied when it is evaluated.
ItrfDefinitions is used to provide ITRF transformations.
| |
ConvertAxes(EarthCentralBody, Axes, String, ListInternationalTerrestrialReferenceFrameTransformer) |
Converts an Axes such that an ITRF transformation is applied when it is evaluated.
| |
ConvertPoint(ReferenceFrame, Point) |
Converts a Point such that the ITRF transformation is applied when it is evaluated.
| |
ConvertPoint(EarthCentralBody, Point, String) |
Converts a Point such that an ITRF transformation is applied when it is evaluated.
ItrfDefinitions is used to provide ITRF transformations.
| |
ConvertPoint(EarthCentralBody, Point, String, ListInternationalTerrestrialReferenceFrameTransformer) |
Converts a Point such that an ITRF transformation is applied when it is evaluated.
| |
CreatePointInterpolatorInFixedFrame(EarthCentralBody, InternationalTerrestrialReferenceFrameTransformer, String, InterpolationAlgorithm, Int32, DateMotionCollectionCartesian) |
Creates a point interpolator in the Earth FixedFrame that is built using data in an ITRF.
| |
CreatePointInterpolatorInFixedFrame(EarthCentralBody, IEnumerableInternationalTerrestrialReferenceFrameTransformer, String, InterpolationAlgorithm, Int32, DateMotionCollectionCartesian) |
Creates a point interpolator in the Earth FixedFrame that is built using data in an ITRF.
| |
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 DefinitionalObject.) | |
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.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetEvaluator |
Gets an evaluator that can be used to find a HelmertTransformation representing
the motion of the To ITRF relative to the From ITRF
at a given JulianDate.
| |
GetEvaluator(EvaluatorGroup) |
Gets an evaluator that can be used to find a HelmertTransformation representing
the motion of the To ITRF relative to the From ITRF
at a given JulianDate.
| |
GetFirstFromList |
Gets the first ITRF transformation in the list with the desired characteristics.
| |
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.) | |
ReadFromItrfDefinitionsFile(String) |
Reads an ITRF definitions file and creates a list of ITRF transformations. Each data line in the file
adds two ITRF transformations to the list: The forward transformation from the "from year" to the "to year"
and the backward transformation from the "to year" to the "from year".
| |
ReadFromItrfDefinitionsFile(TextReader) |
Reads an ITRF definitions file and creates a list of ITRF transformations. Each data line in the file
adds two ITRF transformations to the list: The forward transformation from the "from year" to the "to year"
and the backward transformation from the "to year" to the "from year".
| |
ReadFromItrfTransformationFile(String) |
Reads an ITRF transformation parameters file and creates a list of ITRF transformations. Each
file contains transformation parameters from a specific ITRF to several other ITRFs. The forward
transformations from the specific ITRF to the other ITRFs and the backward transformations from
the other ITRFs to the specific ITRF are included in the resulting list of ITRFs.
| |
ReadFromItrfTransformationFile(TextReader) |
Reads an ITRF transformation parameters file and creates a list of ITRF transformations. Each
file contains transformation parameters from a specific ITRF to several other ITRFs. The forward
transformations from the specific ITRF to the other ITRFs and the backward transformations from
the other ITRFs to the specific ITRF are included in the resulting list of ITRFs.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TransformCollection |