Click or drag to resize

StkAttitudeFile Methods

The StkAttitudeFile type exposes the following members.

Methods
  NameDescription
Public methodConfigureFromAxes
Configures this instance with values computed by sampling an Axes over an interval with a fixed step. The Data property is replaced with a new instance of StkAttitudeFileAttitudeTimeQuaternions, or StkAttitudeFileAttitudeTimeQuatAngVels (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 Axes 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.
Public methodConfigureFromAxesInterpolator
Configures the instance to represent the attitude and interpolation stored in an AxesInterpolator. The Data property is replaced with a new instance of StkAttitudeFileAttitudeTimeQuaternions, or StkAttitudeFileAttitudeTimeQuatAngVels (depending on the number of derivatives available from the AxesInterpolator) and any existing information stored in that instance is lost. The Properties are not modified, but values pulled from AxesInterpolator will take precedence over values in the Properties collection when writing this instance using WriteTo(TextWriter).
Public methodConfigureInterpolation
Configures the Interpolator to use the specified interpolation algorithm and polynomial degree. The Data property must be set before calling this method.
Public methodCreateAxes
Creates an Axes whose time-varying orientation is computed by interpolating over the attitude data held by this instance.
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 an STK attitude (.a) file from a specified file. See the Remarks section of the documentation of ReadFrom(TextReader, StkAttitudeFileOptions) for detailed information.
Public methodStatic memberReadFrom(TextReader)
Reads an STK attitude (.a) 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, StkAttitudeFileOptions) for detailed information.
Public methodStatic memberReadFrom(String, StkAttitudeFileOptions)
Reads an STK attitude (.a) file from a specified file. See the Remarks section of the documentation of ReadFrom(TextReader, StkAttitudeFileOptions) for detailed information.
Public methodStatic memberReadFrom(TextReader, StkAttitudeFileOptions)
Reads an STK attitude (.a) 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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteTo(TextWriter)
Writes this instance to a TextWriter in the STK attitude file (.a) 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.
Public methodWriteTo(TextWriter, Boolean)
Writes this instance to a TextWriter in the STK attitude file (.a) 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.
Top
See Also