|
Class Summary |
| GraphCreator<V extends VId,E extends Edge> |
Creates a JGraphT graph from an edges table produced by org.h2gis.h2spatialext.function.spatial.graph.ST_Graph. |
| GraphFunction |
Helper class for Graph Functions. |
| GraphFunctionParser |
A helper class for parsing String arguments to h2network graph functions. |
| ST_Accessibility |
Calculates, for each vertex, the closest destination among several possible
destinations, as well as the distance to this destination. |
| ST_ConnectedComponents |
Calculates the connected components (for undirected graphs) or strongly
connected components (for directed graphs) of a graph. |
| ST_GraphAnalysis |
Calculates closeness and betweenness centrality for nodes, as well as
betweenness centrality for edges. |
| ST_ShortestPath |
Calculates the shortest path(s) between vertices in a JGraphT graph produced
from the input_edges table produced by ST_Graph. |
| ST_ShortestPathLength |
Calculates the length(s) of shortest path(s) between vertices in a JGraphT
graph produced from the input_edges table produced by ST_Graph. |
| ST_ShortestPathTree |
Calculates the shortest path(s) between vertices in a JGraphT graph produced
from the input_edges table produced by ST_Graph. |