Interface GlobeStateKey

  • All Known Implementing Classes:
    EllipsoidalGlobe.StateKey

    public interface GlobeStateKey
    Holds a globe's configuration state. The state can be used to compare a globe's current configuration with a previous configuration.
    • Method Detail

      • getGlobe

        Globe getGlobe()
        Indicates the globe associated with this state key.
        Returns:
        the globe associated with this state key.