StaticLocationService
Functions
Link copied to clipboard
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyList(int locations, RecordHandler edgeRecordHandler, double time, Array<Array<double>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyList(int locations, RecordHandler edgeRecordHandler, double time, Array<Array<String>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyList(int locations, RecordHandler edgeRecordHandler, Array<double> locationTimeArray, Array<Array<Array<double>>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyList(int locations, RecordHandler edgeRecordHandler, Array<double> locationTimeArray, Array<Array<Array<String>>> graph)
Link copied to clipboard
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyMatrix(int locations, RecordHandler edgeRecordHandler, double time, Array<Array<Array<double>>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyMatrix(int locations, RecordHandler edgeRecordHandler, double time, Array<Array<Array<String>>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyMatrix(int locations, RecordHandler edgeRecordHandler, Array<double> locationTimeArray, Array<Array<Array<Array<double>>>> graph)
public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyMatrix(int locations, RecordHandler edgeRecordHandler, Array<double> locationTimeArray, Array<Array<Array<Array<String>>>> graph)
Link copied to clipboard
Provides the spatial model corresponding to time t