Uses of Class
com.gpudb.protocol.MatchGraphRequest
-
Packages that use MatchGraphRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of MatchGraphRequest in com.gpudb
Methods in com.gpudb with parameters of type MatchGraphRequest 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. -
Uses of MatchGraphRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return MatchGraphRequest Modifier and Type Method Description MatchGraphRequestMatchGraphRequest. setGraphName(String graphName)Name of the underlying geospatial graph resource to match to usingsamplePoints.MatchGraphRequestMatchGraphRequest. setOptions(Map<String,String> options)Additional parameters.MatchGraphRequestMatchGraphRequest. setSamplePoints(List<String> samplePoints)Sample points used to match to an underlying geospatial graph.MatchGraphRequestMatchGraphRequest. setSolutionTable(String solutionTable)The name of the table used to store the results, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.MatchGraphRequestMatchGraphRequest. setSolveMethod(String solveMethod)The type of solver to use for graph matching.
-