| 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) |
MatchGraphResponse |
MatchGraphResponse.setMatchScore(float matchScore) |
MatchGraphResponse |
MatchGraphResponse.setResult(boolean result) |
Copyright © 2020. All rights reserved.