buildLocationServiceFromAdjacencyMatrix

public static LocationService<Double, MoonLightRecord> buildLocationServiceFromAdjacencyMatrix(int locations, RecordHandler edgeRecordHandler, Array<double> locationTimeArray, Array<Array<Array<Array<String>>>> 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, double time, Array<Array<Array<double>>> graph)