Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FILEHEADER |
3 |
public static final int |
NODE |
0 |
public static final int |
RELATION |
2 |
public static final int |
WAY |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NODE |
0 |
public static final int |
RELATION |
2 |
public static final int |
WAY |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
EPSILON |
1.0E-5 |
public static final double |
EPSILON2 |
1.0000000000000002E-10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTRACTED_NEIGHBORS_WEIGHT |
"prepare.ch.node.contracted_neighbors_weight" |
public static final String |
CONTRACTED_NODES |
"prepare.ch.contracted_nodes" |
public static final String |
EDGE_DIFFERENCE_WEIGHT |
"prepare.ch.node.edge_difference_weight" |
public static final String |
EDGE_QUOTIENT_WEIGHT |
"prepare.ch.edge.edge_quotient_weight" |
public static final String |
HIERARCHY_DEPTH_WEIGHT |
"prepare.ch.edge.hierarchy_depth_weight" |
public static final String |
LAST_LAZY_NODES_UPDATES |
"prepare.ch.updates.lazy" |
public static final String |
LOG_MESSAGES |
"prepare.ch.log_messages" |
public static final String |
MIN_MAX_SETTLED_EDGES |
"prepare.ch.edge.witness_search.min_max_settled_edges" |
public static final String |
NEIGHBOR_UPDATES |
"prepare.ch.updates.neighbor" |
public static final String |
ORIGINAL_EDGE_COUNT_WEIGHT |
"prepare.ch.node.original_edge_count_weight" |
public static final String |
ORIGINAL_EDGE_QUOTIENT_WEIGHT |
"prepare.ch.edge.original_edge_quotient_weight" |
public static final String |
PERIODIC_UPDATES |
"prepare.ch.updates.periodic" |
public static final String |
SETTLED_EDGES_RESET_INTERVAL |
"prepare.ch.edge.witness_search.reset_interval" |
public static final String |
SIGMA_FACTOR |
"prepare.ch.edge.witness_search.sigma_factor" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final double |
LONG_TRIP_FERRY_SPEED |
30.0 |
protected static final double |
SHORT_TRIP_FERRY_SPEED |
20.0 |
protected static final double |
UNKNOWN_DURATION_FERRY_SPEED |
5.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
K_UNPAVED |
100 |
protected static final int |
PUSHING_SECTION_SPEED |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ROUNDABOUT |
"roundabout" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BIKE |
"bike" |
public static final String |
BIKE2 |
"bike2" |
public static final String |
CAR |
"car" |
public static final String |
CAR4WD |
"car4wd" |
public static final String |
FOOT |
"foot" |
public static final String |
GENERIC |
"generic" |
public static final String |
HIKE |
"hike" |
public static final String |
MOTORCYCLE |
"motorcycle" |
public static final String |
MOUNTAINBIKE |
"mtb" |
public static final String |
RACINGBIKE |
"racingbike" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final double |
SPEED_CONV |
3.6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEIGHT_LIMIT |
"height" |
protected static final double |
SPEED_CONV |
3600.0 |
protected final int |
uncertainAccessiblePenalty |
10 |
public static final String |
WEIGHT_LIMIT |
"weight" |
public static final String |
WIDTH_LIMIT |
"width" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
HEADER_OFFSET |
100 |
protected static final int |
SEGMENT_SIZE_MIN |
128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
VERSION_EDGE |
14 |
public static final int |
VERSION_GEOMETRY |
4 |
public static final int |
VERSION_LOCATION_IDX |
3 |
public static final int |
VERSION_NAME_IDX |
3 |
public static final int |
VERSION_NODE |
5 |
public static final int |
VERSION_SHORTCUT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_EDGE |
-1 |
Copyright © 2012–2019. All rights reserved.