Class PlanitRoutedServicesWriterSettings

    • Field Detail

      • DEFAULT_FREQUENCY_TIME_UNIT

        public static final TimeUnit DEFAULT_FREQUENCY_TIME_UNIT
        default time unit to use for trip frequencies
      • DEFAULT_LOG_SERVICES_WITHOUT_TRIPS

        public static final boolean DEFAULT_LOG_SERVICES_WITHOUT_TRIPS
        default time unit to use for trip frequencies
        See Also:
        Constant Field Values
      • DEFAULT_ROUTED_SERVICES_XML

        public static final String DEFAULT_ROUTED_SERVICES_XML
        default routed services file name to use
        See Also:
        Constant Field Values
    • Constructor Detail

      • PlanitRoutedServicesWriterSettings

        public PlanitRoutedServicesWriterSettings()
        Default constructor
      • PlanitRoutedServicesWriterSettings

        public PlanitRoutedServicesWriterSettings​(String outputPathDirectory,
                                                  String countryName)
        Constructor
        Parameters:
        outputPathDirectory - to use
        countryName - to use (not used as long as service network has no explicit geo locations embedded)
      • PlanitRoutedServicesWriterSettings

        public PlanitRoutedServicesWriterSettings​(String outputPathDirectory,
                                                  String fileName,
                                                  String countryName)
        Constructor
        Parameters:
        outputPathDirectory - to use
        fileName - to use
        countryName - to use (not used as long as service network has no explicit geo locations embedded)
    • Method Detail

      • getTripFrequencyTimeUnit

        public TimeUnit getTripFrequencyTimeUnit()
      • setTripFrequencyTimeUnit

        public void setTripFrequencyTimeUnit​(TimeUnit frequencyTimeUnit)
      • isLogServicesWithoutTrips

        public boolean isLogServicesWithoutTrips()
      • setLogServicesWithoutTrips

        public void setLogServicesWithoutTrips​(boolean logServicesWithoutTrips)