net.sf.bt747.j2se.app.trackgraph
Class GPSRecordArrayDataProvider

java.lang.Object
  extended by net.sf.bt747.j2se.app.trackgraph.GPSRecordArrayDataProvider
All Implemented Interfaces:
CoordinateResolver, DataProvider, GPSRecordDataProvider

public class GPSRecordArrayDataProvider
extends java.lang.Object
implements GPSRecordDataProvider

Author:
Mario

Constructor Summary
GPSRecordArrayDataProvider(GPSRecord[] positions)
           
 
Method Summary
 java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getHeightIter()
           
 GPSRecord getRecordOfTimestamp(double t)
           
 java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getSpeedIter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSRecordArrayDataProvider

public GPSRecordArrayDataProvider(GPSRecord[] positions)
Method Detail

getHeightIter

public java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getHeightIter()
Specified by:
getHeightIter in interface DataProvider

getSpeedIter

public java.util.Iterator<info.monitorenter.gui.chart.TracePoint2D> getSpeedIter()
Specified by:
getSpeedIter in interface DataProvider

getRecordOfTimestamp

public GPSRecord getRecordOfTimestamp(double t)
Specified by:
getRecordOfTimestamp in interface CoordinateResolver