Class GenericCatalog

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IFadeObject, IStarContainer, IVisibilitySwitch, IPosition
Direct Known Subclasses:
MeshObject, OrbitalElementsGroup

public class GenericCatalog extends FadeNode
Represents a generic catalog of objects. This entity loads catalog data given a provider and a file, initializes the objects and adds them as children.
  • Field Details

    • description

      protected String description
    • provider

      protected String provider
      Fully qualified name of data provider class
    • datafile

      protected String datafile
      Path of data file
    • ds

      protected uk.ac.starlink.util.DataSource ds
      STIL data source, if no data file exists
    • objects

      protected com.badlogic.gdx.utils.Array<? extends SceneGraphNode> objects
  • Constructor Details

    • GenericCatalog

      public GenericCatalog()
  • Method Details