org.h2gis.utilities
Interface GraphConstants
public interface GraphConstants
Column names used by graph functions.
- Author:
- Adam Gouge
EDGE_ID
static final String EDGE_ID
- See Also:
- Constant Field Values
START_NODE
static final String START_NODE
- See Also:
- Constant Field Values
END_NODE
static final String END_NODE
- See Also:
- Constant Field Values
NODE_ID
static final String NODE_ID
- See Also:
- Constant Field Values
THE_GEOM
static final String THE_GEOM
- See Also:
- Constant Field Values
SOURCE
static final String SOURCE
- See Also:
- Constant Field Values
DESTINATION
static final String DESTINATION
- See Also:
- Constant Field Values
CLOSEST_DEST
static final String CLOSEST_DEST
- See Also:
- Constant Field Values
DISTANCE
static final String DISTANCE
- See Also:
- Constant Field Values
BETWEENNESS
static final String BETWEENNESS
- See Also:
- Constant Field Values
CLOSENESS
static final String CLOSENESS
- See Also:
- Constant Field Values
NODES_SUFFIX
static final String NODES_SUFFIX
- See Also:
- Constant Field Values
EDGES_SUFFIX
static final String EDGES_SUFFIX
- See Also:
- Constant Field Values
NODE_CENT_SUFFIX
static final String NODE_CENT_SUFFIX
- See Also:
- Constant Field Values
EDGE_CENT_SUFFIX
static final String EDGE_CENT_SUFFIX
- See Also:
- Constant Field Values
CONNECTED_COMPONENT
static final String CONNECTED_COMPONENT
- See Also:
- Constant Field Values
NODE_COMP_SUFFIX
static final String NODE_COMP_SUFFIX
- See Also:
- Constant Field Values
EDGE_COMP_SUFFIX
static final String EDGE_COMP_SUFFIX
- See Also:
- Constant Field Values
PATH_ID
static final String PATH_ID
- See Also:
- Constant Field Values
PATH_EDGE_ID
static final String PATH_EDGE_ID
- See Also:
- Constant Field Values
TREE_ID
static final String TREE_ID
- See Also:
- Constant Field Values
WEIGHT
static final String WEIGHT
- See Also:
- Constant Field Values
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.