StkEphemerisFileOptions Class |
Namespace: AGI.Foundation.Stk
The StkEphemerisFileOptions type exposes the following members.
Name | Description | |
---|---|---|
StkEphemerisFileOptions |
Creates an instance of the class with default read options.
|
Name | Description | |
---|---|---|
CovarianceOptions |
Gets or sets the options for reading in the covariance data of an ephemeris file.
| |
IgnorePropertiesWithUnsupportedValues |
Gets or sets a value indicating whether ReadFrom(TextReader, StkEphemerisFileOptions)
will ignore a property in the ephemeris file if the property has a value that the reader does not understand.
If this property is , the reader will throw an InvalidDataException
when it encounters such a property. If this property is , the reader will note the
property with the unsupported value in the PropertiesWithUnsupportedValues
collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the
ephemeris file.
| |
IgnoreUnsupportedProperties |
Gets or sets a value indicating whether ReadFrom(TextReader, StkEphemerisFileOptions)
will ignore a property in the ephemeris file that it does not understand. If this property is
, the reader will throw an InvalidDataException when it encounters
such a property. If this property is , the reader will note the unsupported property
in the UnsupportedProperties collection but will otherwise ignore it, which can
result in incorrect interpretation of the data in the ephemeris file. Setting this property to
will also cause the reader to ignore ephemeris blocks in an unsupported format.
| |
OverrideScenarioEpoch |
Gets or sets a value indicating whether the ScenarioEpoch specified on this instance
overrides the one specified in the ephemeris file itself. If this property is ,
ScenarioEpoch must be specified and the times of all ephemeris points will be relative to
that epoch. If this property is , the scenario epoch specified in the
ephemeris file itself is used, if available, and the value of the ScenarioEpoch is used
only if the file uses the epoch second time format and does not specify a scenario epoch.
| |
ScenarioEpoch |
Gets or sets the epoch relative to which all times in the ephemeris file are specified. This property
is only used if OverrideScenarioEpoch is or if the ephemeris file
uses the epoch second time format and does not specify a scenario epoch.
|
Name | Description | |
---|---|---|
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |