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

    Modifier and Type Method Description
    static BinarySearchTree parseFolder​(java.lang.String folder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttitudeXmlParser

      public AttitudeXmlParser()
  • Method Details

    • parseFolder

      public static BinarySearchTree parseFolder​(java.lang.String folder)