Uses of Class
org.goplanit.osm.converter.OsmReaderSettings
-
Packages that use OsmReaderSettings Package Description org.goplanit.osm.converter.network org.goplanit.osm.converter.zoning -
-
Uses of OsmReaderSettings in org.goplanit.osm.converter.network
Subclasses of OsmReaderSettings in org.goplanit.osm.converter.network 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 OsmReaderSettings in org.goplanit.osm.converter.zoning
Subclasses of OsmReaderSettings in org.goplanit.osm.converter.zoning 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
-