StkEphemerisFile Methods |
The StkEphemerisFile type exposes the following members.
Name | Description | |
---|---|---|
ConfigureFromPoint |
Configures this instance with values computed by sampling a Point over an interval with
a fixed step. The Data property is replaced with a new instance of StkEphemerisFileEphemerisTimePos,
StkEphemerisFileEphemerisTimePosVel, or StkEphemerisFileEphemerisTimePosVelAcc (depending on the value of the
order property) and any existing information stored in that instance is lost.
The Properties are not modified, but values pulled from Point will take precedence
over values in the Properties collection when writing this instance using WriteTo(TextWriter).
The Interpolator property is not configured, so you may want to call
ConfigureInterpolation(InterpolationAlgorithm, Int32) after calling this method.
| |
ConfigureFromPointInterpolator |
Configures the instance to represent the ephemeris and interpolation stored in a PointInterpolator.
The Data property is replaced with a new instance of StkEphemerisFileEphemerisTimePos,
StkEphemerisFileEphemerisTimePosVel, or StkEphemerisFileEphemerisTimePosVelAcc (depending on the number of derivatives
available from the PointInterpolator) and any existing information stored in that instance
is lost. The Properties are not modified, but values pulled from PointInterpolator
will take precedence over values in the Properties collection when writing this instance using
WriteTo(TextWriter).
| |
ConfigureInterpolation |
Configures the Interpolator to use the specified interpolation algorithm
and polynomial degree. The Data property must be set before calling this method.
| |
CreateCovarianceInterpolator |
Creates a Covariance3By3SizeAndOrientationInterpolator for interpolating
over the covariance data held by this instance.
| |
CreatePoint |
Creates a Point whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
| |
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 an STK ephemeris (.e) file from a specified file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkEphemerisFileOptions) for detailed information.
| |
ReadFrom(TextReader) |
Reads an STK ephemeris (.e) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the Remarks section of the
documentation of ReadFrom(TextReader, StkEphemerisFileOptions) for detailed information.
| |
ReadFrom(String, StkEphemerisFileOptions) |
Reads an STK ephemeris (.e) file from a specified file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkEphemerisFileOptions) for detailed information.
| |
ReadFrom(TextReader, StkEphemerisFileOptions) |
Reads an STK ephemeris (.e) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the
Remarks section for more information.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteTo(TextWriter) |
Writes this instance to a TextWriter in the STK ephemeris file (.e) format.
The TextWriter can be a StreamWriter for writing to a file,
a StringWriter for writing to a string, or any number of other types.
| |
WriteTo(TextWriter, Boolean) |
Writes this instance to a TextWriter in the STK ephemeris file (.e) format.
The TextWriter can be a StreamWriter for writing to a file,
a StringWriter for writing to a string, or any number of other types.
|