Uses of Interface
org.goplanit.converter.ConverterReaderSettings
-
Packages that use ConverterReaderSettings Package Description org.goplanit.converter org.goplanit.gtfs.converter org.goplanit.gtfs.converter.intermodal org.goplanit.gtfs.converter.service org.goplanit.gtfs.converter.zoning org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.intermodal org.goplanit.io.converter.network org.goplanit.io.converter.service org.goplanit.io.converter.zoning org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.osm.converter org.goplanit.osm.converter.intermodal org.goplanit.osm.converter.network org.goplanit.osm.converter.zoning org.goplanit.tntp.converter.demands org.goplanit.tntp.converter.network org.goplanit.tntp.converter.zoning -
-
Uses of ConverterReaderSettings in org.goplanit.converter
Methods in org.goplanit.converter that return ConverterReaderSettings Modifier and Type Method Description ConverterReaderSettingsConverterReader. getSettings()any settings to configure the reader can be configured by collecting these settingsConverterReaderSettingsPairConverterReader. getSettings()any settings to configure the reader can be configured by collecting these settings -
Uses of ConverterReaderSettings in org.goplanit.gtfs.converter
Subinterfaces of ConverterReaderSettings in org.goplanit.gtfs.converter Modifier and Type Interface Description interfaceGtfsConverterReaderSettingsCapture all common user configurable settings regarding GTFS converter readers for raw (static) GTFS feeds.Classes in org.goplanit.gtfs.converter that implement ConverterReaderSettings Modifier and Type Class Description classGtfsConverterReaderSettingsImplCapture all common user configurable settings regarding GTFS converter readers for raw (static) GTFS feeds.classGtfsConverterReaderSettingsWithModeMappingCapture the mode mapping aspect of GTFS converter readers for raw (static) GTFS feeds. -
Uses of ConverterReaderSettings in org.goplanit.gtfs.converter.intermodal
Classes in org.goplanit.gtfs.converter.intermodal that implement ConverterReaderSettings Modifier and Type Class Description classGtfsIntermodalReaderSettingsSettings of GtfsIntermodalReader -
Uses of ConverterReaderSettings in org.goplanit.gtfs.converter.service
Classes in org.goplanit.gtfs.converter.service that implement ConverterReaderSettings Modifier and Type Class Description classGtfsServicesReaderSettingsConfigurable settings for the Gtfs to PLANit routed services reader -
Uses of ConverterReaderSettings in org.goplanit.gtfs.converter.zoning
Classes in org.goplanit.gtfs.converter.zoning that implement ConverterReaderSettings Modifier and Type Class Description classGtfsZoningReaderSettingsCapture all the user configurable settings regarding how to parse (if at all) (public transport) transfer infrastructure such as stations, poles, platforms, and other stop and transfer related infrastructure captured from raw (static) GTFS feeds -
Uses of ConverterReaderSettings in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement ConverterReaderSettings Modifier and Type Class Description classPlanitDemandsReaderSettingsSettings for the PLANit demands reader -
Uses of ConverterReaderSettings in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement ConverterReaderSettings Modifier and Type Class Description classPlanitIntermodalReaderSettingsSettings of PLANit intermodal reader -
Uses of ConverterReaderSettings in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterReaderSettings Modifier and Type Class Description classPlanitNetworkReaderSettingsConfigurable settings for the PLANit network reader -
Uses of ConverterReaderSettings in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ConverterReaderSettings Modifier and Type Class Description classPlanitRoutedServicesReaderSettingsConfigurable settings for the PLANit routed services readerclassPlanitServiceNetworkReaderSettingsConfigurable settings for the PLANit service network reader -
Uses of ConverterReaderSettings in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterReaderSettings Modifier and Type Class Description classPlanitZoningReaderSettingsSettings for the PLANit zoning reader -
Uses of ConverterReaderSettings in org.goplanit.io.xml.util
Classes in org.goplanit.io.xml.util that implement ConverterReaderSettings Modifier and Type Class Description classPlanitXmlReaderSettingsSettings relevant for a Planit Xml reader -
Uses of ConverterReaderSettings in org.goplanit.osm.converter
Classes in org.goplanit.osm.converter that implement ConverterReaderSettings Modifier and Type Class Description classOsmReaderSettingsSettings relevant for a Planit Xml reader -
Uses of ConverterReaderSettings in org.goplanit.osm.converter.intermodal
Classes in org.goplanit.osm.converter.intermodal that implement ConverterReaderSettings Modifier and Type Class Description classOsmIntermodalReaderSettingsCapture all the user configurable settings regarding the OSM intermodal reader, which in turn has a network and zoning reader. -
Uses of ConverterReaderSettings in org.goplanit.osm.converter.network
Classes in org.goplanit.osm.converter.network that implement ConverterReaderSettings Modifier and Type Class Description classOsmNetworkReaderSettingsAll general settings (and sub-settings classes) for the OSM reader pertaining to parsing network infrastructure. -
Uses of ConverterReaderSettings in org.goplanit.osm.converter.zoning
Classes in org.goplanit.osm.converter.zoning that implement ConverterReaderSettings Modifier and Type Class Description classOsmPublicTransportReaderSettingsCapture all the user configurable settings regarding how to parse (if at all) (public transport) transfer infrastructure such as stations, poles, platforms, and other stop and transfer related infrastructure -
Uses of ConverterReaderSettings in org.goplanit.tntp.converter.demands
Classes in org.goplanit.tntp.converter.demands that implement ConverterReaderSettings Modifier and Type Class Description classTntpDemandsReaderSettingsSettings for the TNTP demands reader demand file location: mandatory, no default timePeriodDuration: optional, default 1 hour -
Uses of ConverterReaderSettings in org.goplanit.tntp.converter.network
Classes in org.goplanit.tntp.converter.network that implement ConverterReaderSettings Modifier and Type Class Description classTntpNetworkReaderSettingsSettings for Tntp network reader -
Uses of ConverterReaderSettings in org.goplanit.tntp.converter.zoning
Classes in org.goplanit.tntp.converter.zoning that implement ConverterReaderSettings Modifier and Type Class Description classTntpZoningReaderSettingsSettings for the Tntp zoning reader
-