|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GraphFunctionParser.Orientation in org.h2gis.network.graph_creator |
|---|
| Methods in org.h2gis.network.graph_creator that return GraphFunctionParser.Orientation | |
|---|---|
GraphFunctionParser.Orientation |
GraphFunctionParser.getGlobalOrientation()
Get the global orientation string. |
protected static GraphFunctionParser.Orientation |
GraphFunctionParser.parseGlobalOrientation(String v)
Recovers the global orientation from a string. |
static GraphFunctionParser.Orientation |
GraphFunctionParser.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphFunctionParser.Orientation[] |
GraphFunctionParser.Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.h2gis.network.graph_creator with parameters of type GraphFunctionParser.Orientation | |
|---|---|
GraphCreator(Connection connection,
String inputTable,
GraphFunctionParser.Orientation globalOrientation,
String edgeOrientationColumnName,
String weightColumn,
Class<? extends V> vertexClass,
Class<? extends E> edgeClass)
Constructor. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||