Package org.goplanit.osm.util
Class OsmConstants
- java.lang.Object
-
- org.goplanit.osm.util.OsmConstants
-
public class OsmConstants extends Object
Some constants used by PLANit OSM- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static double
BRIDLEWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
CYCLEWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
DEFAULT_MAX_DENSITY_LANE
pcu/km/lanestatic double
DEFAULT_MINIMUM_CAPACITY_LANE
pcu/h/lanestatic double
FOOTWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
LIVING_STREET_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
MOTORWAY_CAPACITY
default for this type in pcu/h/lanestatic double
MOTORWAY_LINK_CAPACITY
default for this type in pcu/h/lanestatic double
PATH_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
PEDESTRIAN_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
PRIMARY_CAPACITY
default for this type in pcu/h/lanestatic double
PRIMARY_LINK_CAPACITY
default for this type in pcu/h/lanestatic double
RAILWAY_CAPACITY
default capacity in pcu/h for railways, not that this is generally not used so merely here for consistencystatic double
RESIDENTIAL_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
ROAD_CAPACITY
default for this type in pcu/h/lanestatic double
SECONDARY_CAPACITY
default for this type in pcu/h/lanestatic double
SECONDARY_LINK_CAPACITY
default for this type in pcu/h/lanestatic double
SERVICE_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
STEPS_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
TERTIARY_CAPACITY
default for this type in pcu/h/lanestatic double
TERTIARY_LINK_CAPACITY
default for this type in pcu/h/lanestatic double
TRACK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
TRUNK_CAPACITY
default for this type in pcu/h/lanestatic double
TRUNK_LINK_CAPACITY
default for this type in pcu/h/lanestatic double
UNCLASSIFIED_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
static double
WATERWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
-
Constructor Summary
Constructors Constructor Description OsmConstants()
-
-
-
Field Detail
-
DEFAULT_MAX_DENSITY_LANE
public static final double DEFAULT_MAX_DENSITY_LANE
pcu/km/lane- See Also:
- Constant Field Values
-
DEFAULT_MINIMUM_CAPACITY_LANE
public static final double DEFAULT_MINIMUM_CAPACITY_LANE
pcu/h/lane- See Also:
- Constant Field Values
-
MOTORWAY_CAPACITY
public static final double MOTORWAY_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
MOTORWAY_LINK_CAPACITY
public static final double MOTORWAY_LINK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
TRUNK_CAPACITY
public static final double TRUNK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
TRUNK_LINK_CAPACITY
public static final double TRUNK_LINK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
PRIMARY_CAPACITY
public static final double PRIMARY_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
PRIMARY_LINK_CAPACITY
public static final double PRIMARY_LINK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
SECONDARY_CAPACITY
public static final double SECONDARY_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
SECONDARY_LINK_CAPACITY
public static final double SECONDARY_LINK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
TERTIARY_CAPACITY
public static final double TERTIARY_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
TERTIARY_LINK_CAPACITY
public static final double TERTIARY_LINK_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
UNCLASSIFIED_LINK_CAPACITY
public static final double UNCLASSIFIED_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
RESIDENTIAL_LINK_CAPACITY
public static final double RESIDENTIAL_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
LIVING_STREET_LINK_CAPACITY
public static final double LIVING_STREET_LINK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
SERVICE_CAPACITY
public static final double SERVICE_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
PEDESTRIAN_CAPACITY
public static final double PEDESTRIAN_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
TRACK_CAPACITY
public static final double TRACK_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
ROAD_CAPACITY
public static final double ROAD_CAPACITY
default for this type in pcu/h/lane- See Also:
- Constant Field Values
-
RAILWAY_CAPACITY
public static final double RAILWAY_CAPACITY
default capacity in pcu/h for railways, not that this is generally not used so merely here for consistency- See Also:
- Constant Field Values
-
PATH_CAPACITY
public static final double PATH_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
STEPS_CAPACITY
public static final double STEPS_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
FOOTWAY_CAPACITY
public static final double FOOTWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
CYCLEWAY_CAPACITY
public static final double CYCLEWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
BRIDLEWAY_CAPACITY
public static final double BRIDLEWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
WATERWAY_CAPACITY
public static final double WATERWAY_CAPACITY
default for this type in pcu/h/lane set toDEFAULT_MINIMUM_CAPACITY_LANE
- See Also:
- Constant Field Values
-
-