Uses of Class
org.orekit.files.spice.binary.daf.generic.DAFArray
-
Packages that use DAFArray Package Description org.orekit.files.spice.binary.daf.generic This package provides classes related to generic DAF files. -
-
Uses of DAFArray in org.orekit.files.spice.binary.daf.generic
Methods in org.orekit.files.spice.binary.daf.generic that return types with arguments of type DAFArray Modifier and Type Method Description List<DAFArray>DAF. getArrays()Get the arrays contained in the DAF file.Constructor parameters in org.orekit.files.spice.binary.daf.generic with type arguments of type DAFArray Constructor Description DAF(DAFFileRecord metadata, String comments, List<DAFArray> arrays)Simple constructor.
-