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.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
MatchGraphRequest |
MatchGraphRequest.setGraphName(String graphName)
Name of the underlying geospatial graph resource to match to using
samplePoints . |
||
MatchGraphRequest |
MatchGraphRequest.setOptions(Map<String,String> options)
Additional parameters.
|
||
MatchGraphRequest |
MatchGraphRequest.setSamplePoints(List<String> samplePoints)
Sample points used to match to an underlying geospatial graph.
|
||
MatchGraphRequest |
MatchGraphRequest.setSolutionTable(String solutionTable)
The name of the table used to store the results, in
[schema_name.]table_name format, using standard
MatchGraphRequest MatchGraphRequest. |
setSolveMethod(String solveMethod)
The type of solver to use for graph matching.
|
Copyright © 2025. All rights reserved.