A B D E G I L N O P R S U V

A

ARG_ERROR - Static variable in class org.h2gis.network.graph_creator.GraphFunction
 

B

BATCH_SIZE - Static variable in class org.h2gis.network.graph_creator.ST_ConnectedComponents
 
BATCH_SIZE - Static variable in class org.h2gis.network.graph_creator.ST_GraphAnalysis
 

D

DESTINATION_INDEX - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPathLength
 
DIRECTED - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 
DIRECTED_EDGE - Static variable in class org.h2gis.network.graph_creator.GraphCreator
 
DISTANCE_INDEX - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPathLength
 
doGraphAnalysis(Connection, String, String) - Static method in class org.h2gis.network.graph_creator.ST_GraphAnalysis
Calculate centrality indices on the nodes and edges of a graph constructed from the input table.
doGraphAnalysis(Connection, String, String, String) - Static method in class org.h2gis.network.graph_creator.ST_GraphAnalysis
Calculate centrality indices on the nodes and edges of a graph constructed from the input table.

E

EDGE_ORIENTATION_COLUMN - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 

G

getAccessibility(Connection, String, String, String) - Static method in class org.h2gis.network.graph_creator.ST_Accessibility
 
getAccessibility(Connection, String, String, String, String) - Static method in class org.h2gis.network.graph_creator.ST_Accessibility
 
getConnectedComponents(Connection, String, String) - Static method in class org.h2gis.network.graph_creator.ST_ConnectedComponents
Calculate the node and edge connected component tables.
getEdgeGeometryMap(Connection, TableLocation, String) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPath
Return a map of edge ids to edge geometries, or null if the input table contains no geometry fields.
getEdgeOrientation() - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Get the edge orientation column name.
getFirstGeometryField(Connection, TableLocation) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPath
Return the first geometry field of tableName or null if it contains none.
getGlobalOrientation() - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Get the global orientation string.
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_Accessibility
 
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_ConnectedComponents
 
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_GraphAnalysis
 
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_ShortestPath
 
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_ShortestPathLength
 
getJavaStaticMethod() - Method in class org.h2gis.network.graph_creator.ST_ShortestPathTree
 
getShortestPath(Connection, String, String, int, int) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPath
 
getShortestPath(Connection, String, String, String, int, int) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPath
 
getShortestPathLength(Connection, String, String, Value) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathLength
Calculate distances for One-to-All: arg3 = s, Many-to-Many: arg3 = sdt.
getShortestPathLength(Connection, String, String, Value, Value) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathLength
Calculate distances for One-to-One: (arg3, arg4) = (s, d), One-to-Several: (arg3, arg4) = (s, ds), One-to-All weighted: (arg3, arg4) = (w, s), Many-to-Many unweighted: (arg3, arg4) = (st, dt).
getShortestPathLength(Connection, String, String, String, Value, Value) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathLength
Calculate distances for One-to-One weighted: (arg4, arg5) = (w, d) , One-to-Several weighted: (arg4, arg5) = (w, ds).
getShortestPathTree(Connection, String, String, int) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathTree
 
getShortestPathTree(Connection, String, String, Value, Value) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathTree
 
getShortestPathTree(Connection, String, String, String, int, double) - Static method in class org.h2gis.network.graph_creator.ST_ShortestPathTree
 
getWeightColumn() - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Get the weight column name.
GraphCreator<V extends org.javanetworkanalyzer.data.VId,E extends org.javanetworkanalyzer.model.Edge> - Class in org.h2gis.network.graph_creator
Creates a JGraphT graph from an edges table produced by org.h2gis.h2spatialext.function.spatial.graph.ST_Graph.
GraphCreator(Connection, String, GraphFunctionParser.Orientation, String, String, Class<? extends V>, Class<? extends E>) - Constructor for class org.h2gis.network.graph_creator.GraphCreator
Constructor.
GraphFunction - Class in org.h2gis.network.graph_creator
Helper class for Graph Functions.
GraphFunction() - Constructor for class org.h2gis.network.graph_creator.GraphFunction
 
GraphFunctionParser - Class in org.h2gis.network.graph_creator
A helper class for parsing String arguments to h2network graph functions.
GraphFunctionParser() - Constructor for class org.h2gis.network.graph_creator.GraphFunctionParser
 
GraphFunctionParser.Orientation - Enum in org.h2gis.network.graph_creator
 

I

isDestinationsString(String) - Static method in class org.h2gis.network.graph_creator.GraphFunctionParser
Returns true if the given string contains a comma.

L

logTime(Logger, long) - Static method in class org.h2gis.network.graph_creator.GraphFunction
Log the time elapsed from startTime until now.

N

NO_GEOM_FIELD_ERROR - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPath
 
NULL_CONNECTED_COMPONENT_NUMBER - Static variable in class org.h2gis.network.graph_creator.ST_ConnectedComponents
 

O

org.h2gis.network.graph_creator - package org.h2gis.network.graph_creator
 
ORIENTATION_ERROR - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 

P

parseDestinationsString(String) - Static method in class org.h2gis.network.graph_creator.GraphFunctionParser
Returns an array of destination ids from a comma-separated list of destinations.
parseEdgeOrientation(String) - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Recovers the edge orientation from a string.
parseGlobalOrientation(String) - Static method in class org.h2gis.network.graph_creator.GraphFunctionParser
Recovers the global orientation from a string.
parseInputTable(Connection, String) - Static method in class org.h2gis.network.graph_creator.GraphFunctionParser
Convert an input table String to a TableLocation
parseWeight(String) - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Recovers the weight column name from a string.
parseWeightAndOrientation(String, String) - Method in class org.h2gis.network.graph_creator.GraphFunctionParser
Parse the weight and orientation(s) from two strings, given in arbitrary order.
POSSIBLE_ORIENTATIONS - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 
prepareGraph() - Method in class org.h2gis.network.graph_creator.GraphCreator
Prepares a graph.
prepareGraph(Connection, String, String, String, Class, Class) - Static method in class org.h2gis.network.graph_creator.GraphFunction
Return a JGraphT graph from the input edges table.

R

REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_Accessibility
 
REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_ConnectedComponents
 
REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_GraphAnalysis
 
REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPath
 
REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPathLength
 
REMARKS - Static variable in class org.h2gis.network.graph_creator.ST_ShortestPathTree
 
REVERSED - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 
REVERSED_EDGE - Static variable in class org.h2gis.network.graph_creator.GraphCreator
 

S

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

U

UNDIRECTED - Static variable in class org.h2gis.network.graph_creator.GraphFunctionParser
 
UNDIRECTED_EDGE - Static variable in class org.h2gis.network.graph_creator.GraphCreator
 

V

valueOf(String) - Static method in enum org.h2gis.network.graph_creator.GraphFunctionParser.Orientation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.h2gis.network.graph_creator.GraphFunctionParser.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.

A B D E G I L N O P R S U V

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