Class OsmConstants


  • public class OsmConstants
    extends Object
    Some constants used by PLANit OSM
    Author:
    markr
    • 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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_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 to DEFAULT_MINIMUM_CAPACITY_LANE
        See Also:
        Constant Field Values
    • Constructor Detail

      • OsmConstants

        public OsmConstants()