Uses of Interface
org.goplanit.converter.ConverterReaderSettings
-
Packages that use ConverterReaderSettings Package Description org.goplanit.converter 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.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
MultiConverterReader. getSettings()
any settings to configure the reader can be configured by collecting these settings -
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 zoning 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.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 tranfer 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 -
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
-