Package | Description |
---|---|
org.opentripplanner.profile | |
org.opentripplanner.routing.graph | |
org.opentripplanner.standalone |
Modifier and Type | Method and Description |
---|---|
static StopClusterMode |
StopClusterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopClusterMode[] |
StopClusterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
StopClusterMode |
Graph.stopClusterMode
How should we cluster stops? By 'proximity' or 'ParentStation'
|
Modifier and Type | Field and Description |
---|---|
StopClusterMode |
GraphBuilderParameters.stopClusterMode
Stop clusters can be built in one of two ways, either by geographical proximity and name, or
according to a parent/child station topology, if it exists.
|
Copyright © 2018. All rights reserved.