LocationServiceReader

public interface LocationServiceReader

Classes implementing this interface provide the methods that can be used to read a location service from either a file or a string.

Inheritors

Functions

Link copied to clipboard
public abstract LocationService<Double, MoonLightRecord> read(RecordHandler handler, File input)
public abstract LocationService<Double, MoonLightRecord> read(RecordHandler handler, String input)
Reads a location service from a file.