Uses of Class
org.orekit.files.iirv.IIRVMessage.IncludeMessageMetadata
-
Packages that use IIRVMessage.IncludeMessageMetadata Package Description org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages. -
-
Uses of IIRVMessage.IncludeMessageMetadata in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return IIRVMessage.IncludeMessageMetadata Modifier and Type Method Description IIRVMessage.IncludeMessageMetadata
StreamingIIRVFileWriter. getIncludeMessageMetadataSetting()
Gets the setting for when message metadata terms appear in the created IIRV message.static IIRVMessage.IncludeMessageMetadata
IIRVMessage.IncludeMessageMetadata. valueOf(String name)
Returns the enum constant of this type with the specified name.static IIRVMessage.IncludeMessageMetadata[]
IIRVMessage.IncludeMessageMetadata. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.iirv with parameters of type IIRVMessage.IncludeMessageMetadata Modifier and Type Method Description ArrayList<String>
IIRVMessage. getVectorStrings(IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting)
Converts theIIRVVector
s contained in the message file into a list of their String representations.String
IIRVMessage. toMessageString(IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting)
Converts theIIRVVector
s contained in the message file into a single String, where no deliminator included between each vector (the vectors already have trailing line carriage and line returns).Constructors in org.orekit.files.iirv with parameters of type IIRVMessage.IncludeMessageMetadata Constructor Description IIRVFileWriter(IIRVBuilder builder, IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting)
Constructor.StreamingIIRVFileWriter(Appendable writer, IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting)
Create an IIRV writer that streams data to the given output stream.
-