Class TDDataProvider

java.lang.Object
dataPlots.data.TDDataProvider
Direct Known Subclasses:
ClickPlotProvider, CPODPlotProvider, D3DataPlotProvider, DifarBearingPlotProvider, DifarIntensityPlotProvider, SpectrogramPlotProvider, WhistlePlotProvider

public abstract class TDDataProvider extends Object
Provider class from TD data.
A registry is built of providers rather than TDDataInfo's since a type of TDDataInfo may get used multiple times with slightly different settings and options. e.g. There will be a single click TDDataInfo, but it will be able to display multiple things on the data axis - bearing, amplitude, ici, slant angle etc.
Author:
Doug Gillespie
  • Constructor Details

    • TDDataProvider

      public TDDataProvider(PamDataBlock parentDataBlock)
  • Method Details