Uses of Class
org.h2gis.network.graph_creator.GraphFunction

Uses of GraphFunction in org.h2gis.network.graph_creator
 

Subclasses of GraphFunction in org.h2gis.network.graph_creator
 class ST_Accessibility
          Calculates, for each vertex, the closest destination among several possible destinations, as well as the distance to this destination.
 class ST_ConnectedComponents
          Calculates the connected components (for undirected graphs) or strongly connected components (for directed graphs) of a graph.
 class ST_GraphAnalysis
          Calculates closeness and betweenness centrality for nodes, as well as betweenness centrality for edges.
 class ST_ShortestPath
          Calculates the shortest path(s) between vertices in a JGraphT graph produced from the input_edges table produced by ST_Graph.
 class 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.
 class ST_ShortestPathTree
          Calculates the shortest path(s) between vertices in a JGraphT graph produced from the input_edges table produced by ST_Graph.
 



Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.