Uses of Class
gps.log.GPSFilter

Packages that use GPSFilter
bt747.j2se_view   
bt747.model   
gps.log   
gps.log.out   
 

Uses of GPSFilter in bt747.j2se_view
 

Methods in bt747.j2se_view with parameters of type GPSFilter
 void GpsFileProxyTemplate.setFilters(GPSFilter[] ourFilters)
           
 

Uses of GPSFilter in bt747.model
 

Methods in bt747.model that return GPSFilter
 GPSFilter[] Model.getLogFilters()
           
 GPSFilter[] Controller.getLogFiltersToUse()
           
 

Uses of GPSFilter in gps.log
 

Subclasses of GPSFilter in gps.log
 class GPSFilterAdvanced
          This class implements a filter for a GPSRecord.
 

Uses of GPSFilter in gps.log.out
 

Methods in gps.log.out with parameters of type GPSFilter
 void GPSFileConfInterface.setFilters(GPSFilter[] ourFilters)
          Set the track point and way point filters.
 void GPSFile.setFilters(GPSFilter[] ourFilters)