Uses of Class
org.goplanit.osm.converter.zoning.handler.OsmZoningHandlerBase
-
Packages that use OsmZoningHandlerBase Package Description org.goplanit.osm.converter.zoning org.goplanit.osm.converter.zoning.handler -
-
Uses of OsmZoningHandlerBase in org.goplanit.osm.converter.zoning
Methods in org.goplanit.osm.converter.zoning with parameters of type OsmZoningHandlerBase Modifier and Type Method Description protected void
OsmZoningReader. read(de.topobyte.osm4j.core.access.OsmReader osmReader, OsmZoningHandlerBase osmHandler)
conduct reading of data with given reader and handler -
Uses of OsmZoningHandlerBase in org.goplanit.osm.converter.zoning.handler
Subclasses of OsmZoningHandlerBase in org.goplanit.osm.converter.zoning.handler Modifier and Type Class Description class
OsmZoningMainProcessingHandler
Handler that handles, i.e., converts, nodes, ways, and relations to the relevant transfer zones.class
OsmZoningPostProcessingHandler
Handler that conducts final parsing round where all stop_positions in relations are mapped to the now parsed transfer zones.class
OsmZoningPreProcessingHandler
Handler that is applied before we conduct the actual handling of the zones by exploring the OSM relations in the file and highlighting a subset of ways that we are supposed to retain even though they are not tagged by themselves in a way that warrants keeping them.
-