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 ConverterReaderSettings
ConverterReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsConverterReaderSettings
PairConverterReader. 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 interface
GtfsConverterReaderSettings
Capture 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 class
GtfsConverterReaderSettingsImpl
Capture all common user configurable settings regarding GTFS converter readers for raw (static) GTFS feeds.class
GtfsConverterReaderSettingsWithModeMapping
Capture 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 class
GtfsIntermodalReaderSettings
Settings 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 class
GtfsServicesReaderSettings
Configurable 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 class
GtfsZoningReaderSettings
Capture 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 class
PlanitDemandsReaderSettings
Settings 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 class
PlanitIntermodalReaderSettings
Settings 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 class
PlanitNetworkReaderSettings
Configurable 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 class
PlanitRoutedServicesReaderSettings
Configurable settings for the PLANit routed services readerclass
PlanitServiceNetworkReaderSettings
Configurable 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 class
PlanitZoningReaderSettings
Settings 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 class
PlanitXmlReaderSettings
Settings 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 class
OsmReaderSettings
Settings 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 class
OsmIntermodalReaderSettings
Capture 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 class
OsmNetworkReaderSettings
All 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 class
OsmPublicTransportReaderSettings
Capture 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 class
TntpDemandsReaderSettings
Settings 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 class
TntpNetworkReaderSettings
Settings 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 class
TntpZoningReaderSettings
Settings for the Tntp zoning reader
-