Uses of Enum Class
org.orekit.files.iirv.IIRVMessage.IncludeMessageMetadata
Packages that use IIRVMessage.IncludeMessageMetadata
Package
Description
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.IncludeMessageMetadataModifier and TypeMethodDescriptionStreamingIIRVFileWriter.getIncludeMessageMetadataSetting()Gets the setting for when message metadata terms appear in the created IIRV message.Returns the enum constant of this class with the specified name.static IIRVMessage.IncludeMessageMetadata[]IIRVMessage.IncludeMessageMetadata.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.files.iirv with parameters of type IIRVMessage.IncludeMessageMetadataModifier and TypeMethodDescriptionIIRVMessage.getVectorStrings(IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting) Converts theIIRVVectors contained in the message file into a list of their String representations.IIRVMessage.toMessageString(IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting) Converts theIIRVVectors 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.IncludeMessageMetadataModifierConstructorDescriptionIIRVFileWriter(IIRVBuilder builder, IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting) Constructor.StreamingIIRVFileWriter(Appendable writer, IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting) Create an IIRV writer that streams data to the given output stream.