net.sf.bt747.j2se.app.trackgraph
Interface DataProvider

All Known Subinterfaces:
GPSRecordDataProvider
All Known Implementing Classes:
DataProviderCSVFile, GPSRecordArrayDataProvider, GPSRecordListDataProvider

public interface DataProvider


Method Summary
 java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getHeightIter()
           
 java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getSpeedIter()
           
 

Method Detail

getHeightIter

java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getHeightIter()

getSpeedIter

java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getSpeedIter()