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 ConverterReaderSettingsConverterReader. getSettings()any settings to configure the reader can be configured by collecting these settingsConverterReaderSettingsMultiConverterReader. 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 classPlanitDemandsReaderSettingsSettings 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 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.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 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 classTntpDemandsReaderSettingsSettings 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 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
-