Uses of Class
com.gpudb.protocol.MatchGraphResponse
-
Packages that use MatchGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of MatchGraphResponse in com.gpudb
Methods in com.gpudb that return MatchGraphResponse Modifier and Type Method Description MatchGraphResponseGPUdb. matchGraph(MatchGraphRequest request)Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.MatchGraphResponseGPUdb. matchGraph(String graphName, List<String> samplePoints, String solveMethod, String solutionTable, Map<String,String> options)Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type. -
Uses of MatchGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return MatchGraphResponse Modifier and Type Method Description MatchGraphResponseMatchGraphResponse. setInfo(Map<String,String> info)Additional information.MatchGraphResponseMatchGraphResponse. setMatchScore(float matchScore)The mean square error calculation representing the map matching score.MatchGraphResponseMatchGraphResponse. setResult(boolean result)Indicates a successful solution.
-