CcsdsOemFileWritingOptions Class |
Namespace: AGI.Foundation.Ccsds
The CcsdsOemFileWritingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CcsdsOemFileWritingOptions() |
Initializes a new instance. By default, OverrideCreationDate
is set to true and the OutputFormat
is set to KvnFormat.
|
![]() | CcsdsOemFileWritingOptions(Boolean, CcsdsOemFileOutputFormat) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultOptions |
Gets the default instance where OverrideCreationDate
is set to true and the OutputFormat
is set to KvnFormat.
|
![]() | OutputFormat |
Gets or sets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
|
![]() | OverrideCreationDate |
Gets or sets a value indicating whether the CreationDate
in the CcsdsOrbitEphemerisMessageFile should be overridden by
the current date and time.
|
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.) |