Package gda.scan

Class SortedScanDataPointCache

All Implemented Interfaces:
Configurable, Findable, IScanDataPointObserver, gda.observable.IObserver

public class SortedScanDataPointCache extends DataPointCache
This is a class designed to cache all the data from scan data points. It allows quick retrieval of sorted basic scan data for use in Jython or by scan processing.

Note: this class stores values as returned by IScanDataPoint.getAllValuesAsDoubles(), which attempts to convert all values to a Double. Any value that cannot be converted to a Double is replaced with null.

Since:
9.8
See Also:
  • Constructor Details

    • SortedScanDataPointCache

      public SortedScanDataPointCache()
  • Method Details