Package gaiasky.util.gaia
Class AttitudeXmlParser
- java.lang.Object
-
- gaiasky.util.gaia.AttitudeXmlParser
-
public class AttitudeXmlParser extends java.lang.Object
Parses the XML files with the attitudes and their activaton times into a binary search tree.
-
-
Constructor Summary
Constructors Constructor Description AttitudeXmlParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BinarySearchTree
parseFolder(java.lang.String folder)
-
-
-
Method Detail
-
parseFolder
public static BinarySearchTree parseFolder(java.lang.String folder)
-
-