Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
public class CsvLocationServiceReader extends AbstractFileByRowReader implements LocationServiceReader
This class is used to read a location service in CSV format from a string or a file.
Link copied to clipboard
public class CsvSpatialTemporalSignalReader extends AbstractFileByRowReader implements SpatialTemporalSignalReader
This class is used to read a spatial-temporal signal either from a file or from a string.
Link copied to clipboard
This class is used to
Link copied to clipboard
public class CsvTemporalSignalReader extends AbstractFileByRowReader implements TemporalSignalReader
This class is used to read a temporal signal from a CSV file or a string.
Link copied to clipboard
Link copied to clipboard
Generic Class to read line-wise from a text file.
Link copied to clipboard
Generic Class to write line-wise from a text file.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Classes implementing this interface provide the methods that can be used to read a location service from either a file or a string.
Link copied to clipboard
Classes implementing this interface are used to read a spatial-temporal signal either from a string or from a file in a given format.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Exception raised when trying to parse an unsupported file type.