Package it.unibo.alchemist.boundary.gps
Interface GPSFileLoader
-
- All Implemented Interfaces:
public interface GPSFileLoader
Strategy to read GPSTrace from file.
-
-
Method Summary
Modifier and Type Method Description abstract List<GPSTrace>
readTrace(URL url)
abstract Collection<String>
supportedExtensions()
-
-
Method Detail
-
readTrace
abstract List<GPSTrace> readTrace(URL url)
- Parameters:
url
- file with the trace request- Returns:
GPSTrace readed
-
supportedExtensions
abstract Collection<String> supportedExtensions()
- Returns:
all extension supported by this loader
-
-
-
-