Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
MatchGraphResponse |
GPUdb.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.
|
MatchGraphResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
MatchGraphResponse |
MatchGraphResponse.setInfo(Map<String,String> info)
Additional information.
|
MatchGraphResponse |
MatchGraphResponse.setMatchScore(float matchScore)
The mean square error calculation representing the map matching score.
|
MatchGraphResponse |
MatchGraphResponse.setResult(boolean result)
Indicates a successful solution.
|
Copyright © 2025. All rights reserved.