Class ObservableSatellite

    • Constructor Detail

      • ObservableSatellite

        public ObservableSatellite​(int propagatorIndex)
        Simple constructor.

        This constructor builds a default name based on the propagator index.

        Parameters:
        propagatorIndex - index of the propagator related to this satellite
      • ObservableSatellite

        public ObservableSatellite​(int propagatorIndex,
                                   String name)
        Simple constructor.
        Parameters:
        propagatorIndex - index of the propagator related to this satellite
        name - satellite name (if null, a default name built from index will be used)
        Since:
        13.0
    • Method Detail

      • getPropagatorIndex

        public int getPropagatorIndex()
        Get the index of the propagator related to this satellite.
        Returns:
        index of the propagator related to this satellite
      • equals

        public boolean equals​(Object other)
        Overrides:
        equals in class Object
        Since:
        12.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
        Since:
        12.0