Uses of Interface
org.goplanit.converter.ConverterWriterSettings
-
Packages that use ConverterWriterSettings Package Description org.goplanit.converter org.goplanit.geoio.converter.intermodal org.goplanit.geoio.converter.network org.goplanit.geoio.converter.service org.goplanit.geoio.converter.zoning org.goplanit.geoio.util 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.matsim.converter org.goplanit.matsim.util -
-
Uses of ConverterWriterSettings in org.goplanit.converter
Classes in org.goplanit.converter that implement ConverterWriterSettings Modifier and Type Class Description classFileBasedConverterWriterSettingsSettings relevant for file based converter writers, can be used as base implementationclassSingleFileBasedConverterWriterSettingsSettings relevant for file based converter writers, can be used as base implementationMethods in org.goplanit.converter that return ConverterWriterSettings Modifier and Type Method Description ConverterWriterSettingsConverterWriter. getSettings()any settings to configure the writer can be configured by collecting these settingsConverterWriterSettingsPairConverterWriter. getSettings()Any settings to configure the writer can be configured by collecting these settings -
Uses of ConverterWriterSettings in org.goplanit.geoio.converter.intermodal
Classes in org.goplanit.geoio.converter.intermodal that implement ConverterWriterSettings Modifier and Type Class Description classGeometryIntermodalWriterSettingsSettings for Geometry (GIS) intermodal writer -
Uses of ConverterWriterSettings in org.goplanit.geoio.converter.network
Classes in org.goplanit.geoio.converter.network that implement ConverterWriterSettings Modifier and Type Class Description classGeometryNetworkWriterSettingsSettings relevant for persisting the PLANit network in any Geo IO output format -
Uses of ConverterWriterSettings in org.goplanit.geoio.converter.service
Classes in org.goplanit.geoio.converter.service that implement ConverterWriterSettings Modifier and Type Class Description classGeometryRoutedServicesWriterSettingsSettings relevant for persisting the PLANit network in any Geo IO output formatclassGeometryServiceNetworkWriterSettingsSettings relevant for persisting the PLANit network in any Geo IO output format -
Uses of ConverterWriterSettings in org.goplanit.geoio.converter.zoning
Classes in org.goplanit.geoio.converter.zoning that implement ConverterWriterSettings Modifier and Type Class Description classGeometryZoningWriterSettingsSettings relevant for persisting the PLANit zoning in any Geo IO output format -
Uses of ConverterWriterSettings in org.goplanit.geoio.util
Classes in org.goplanit.geoio.util that implement ConverterWriterSettings Modifier and Type Class Description classGeoIoWriterSettingsSettings relevant for persisting in any Geo IO output format -
Uses of ConverterWriterSettings in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement ConverterWriterSettings Modifier and Type Class Description classPlanitDemandsWriterSettingsConfigurable settings for the PLANit demands writer. -
Uses of ConverterWriterSettings in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement ConverterWriterSettings Modifier and Type Class Description classPlanitIntermodalWriterSettingsSettings for PLANit intermodal writer -
Uses of ConverterWriterSettings in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterWriterSettings Modifier and Type Class Description classPlanitNetworkWriterSettingsconfigurable settings for the PLANit writer -
Uses of ConverterWriterSettings in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ConverterWriterSettings Modifier and Type Class Description classPlanitRoutedServicesWriterSettingsconfigurable settings for the PLANit routed services writerclassPlanitServiceNetworkWriterSettingsconfigurable settings for the PLANit service network writer -
Uses of ConverterWriterSettings in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterWriterSettings Modifier and Type Class Description classPlanitZoningWriterSettingsSettings for the PLANit zoning writer -
Uses of ConverterWriterSettings in org.goplanit.io.xml.util
Classes in org.goplanit.io.xml.util that implement ConverterWriterSettings Modifier and Type Class Description classPlanitXmlWriterSettingsSettings relevant for persisting Planit Xml output -
Uses of ConverterWriterSettings in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterWriterSettings Modifier and Type Class Description classMatsimIntermodalWriterSettingsSettings specific to writing the intermodal related outputs in MATSim format, i.e., network and pt infrastructure and/or servicesclassMatsimNetworkWriterSettingsSettings for the MATSIM writer By default the MATSIM writer will activate all available predefined PLANit modes for writing.classMatsimPtServicesWriterSettingsSettings specific to writing the routed services and related output in MATSim format (pt), including the service network informationclassMatsimZoningWriterSettingsSettings specific to writing the zoning related output in MATSim format (pt) -
Uses of ConverterWriterSettings in org.goplanit.matsim.util
Classes in org.goplanit.matsim.util that implement ConverterWriterSettings Modifier and Type Class Description classPlanitMatsimWriterModeMappingSettingsBase writer settings class to be used by all available matsim writer settings classes.classPlanitMatsimWriterSettingsBase writer settings class to be used by all available matsim writer settings classes.
-