Class AggregatedPVCoordinatesProvider

    • Constructor Detail

      • AggregatedPVCoordinatesProvider

        public AggregatedPVCoordinatesProvider​(TimeSpanMap<PVCoordinatesProvider> map)
        Class constructor. Note the provided map is used directly. Modification of the map after calling this constructor may result in undefined behavior.
        Parameters:
        map - the map of PVCoordinatesProvider instances by time.
      • AggregatedPVCoordinatesProvider

        public AggregatedPVCoordinatesProvider​(TimeSpanMap<PVCoordinatesProvider> map,
                                               AbsoluteDate minDate,
                                               AbsoluteDate maxDate)
        Class constructor. Note the provided map is used directly. Modification of the map after calling this constructor may result in undefined behavior.
        Parameters:
        map - the map of PVCoordinatesProvider instances by time.
        minDate - the earliest valid date, null if always valid
        maxDate - the latest valid date, null if always valid