Uses of Class
org.orekit.files.spice.binary.daf.generic.DAF
Packages that use DAF
Package
Description
This package provides classes related to generic DAF files.
-
Uses of DAF in org.orekit.files.spice.binary.daf.generic
Methods in org.orekit.files.spice.binary.daf.generic that return DAFModifier and TypeMethodDescriptionDAFParser.parse(DataSource source) Parse the given data source into aDAF.Methods in org.orekit.files.spice.binary.daf.generic with parameters of type DAFModifier and TypeMethodDescriptionvoidDAFWriter.write(DataOutputStream dos, DAF daf) Write a fullDAFobject to the stream.