Class OsmWaterwayTypeConfiguration

  • All Implemented Interfaces:
    OsmInfrastructureConfiguration

    public class OsmWaterwayTypeConfiguration
    extends Object
    implements OsmInfrastructureConfiguration
    Configuration options regarding the activation/deactivation of specific OSM waterway route types in the parser. Note that we use two different keys for this, which is only possible because all values across both keys are unique and the key itself is not used. If this chanegs this approach needs to be revisited.
    Author:
    markr
    • Field Detail

      • DEFAULT_ROUTEFERRY_CONFIGURATION

        protected static OsmInfrastructureConfiguration DEFAULT_ROUTEFERRY_CONFIGURATION
        default configuration for 'route=' configuration pertaining to ferries
      • DEFAULT_FERRYHIGHWAY_CONFIGURATION

        protected static OsmInfrastructureConfiguration DEFAULT_FERRYHIGHWAY_CONFIGURATION
        default configuration for 'ferry=_some_highway_type_' configuration pertaining to ferries
      • ferryHighwayConfiguration

        protected OsmInfrastructureConfiguration ferryHighwayConfiguration
        configuration for 'ferry=_some_highway_type_' configuration pertaining to ferries
    • Constructor Detail

      • OsmWaterwayTypeConfiguration

        protected OsmWaterwayTypeConfiguration​(OsmWaterwayTypeConfiguration toCopy)
        copy constructor
        Parameters:
        toCopy - the one to copy
      • OsmWaterwayTypeConfiguration

        public OsmWaterwayTypeConfiguration()
        Default constructor