Interface ISTInterpolationEvent

    • Method Detail

      • getId

        int getId()
        Returns the primary key Id in a database, of the event that this object represents
        Returns:
        id of the event that this object represents if the event was already stored in the database. This will be -1 for objects created by interpolation because they have yet to be stored in the database.
      • isInterpolated

        boolean isInterpolated()
        Returns an indicator of whether the trajectory is interpolated or not. This is just so we can have an indicator of this.
        Returns:
        True if the trajectory is interpolated, false if it is not.
      • updateTimePeriod

        void updateTimePeriod​(org.joda.time.Interval period)
        Updates the time period that this object is valid
        Parameters:
        period - the new period for this object to be considered valid over
      • getType

        EventType getType()
        Returns the type of event that this object represents. It is usually a two letter designation such as AR for Active IRegion, SS for Sun Spot etc.
        Returns:
        the type of event that this object represents.