Uses of Class
org.goplanit.osm.converter.network.OsmNetworkReaderLayerData
-
Packages that use OsmNetworkReaderLayerData Package Description org.goplanit.osm.converter.network org.goplanit.osm.util -
-
Uses of OsmNetworkReaderLayerData in org.goplanit.osm.converter.network
Methods in org.goplanit.osm.converter.network that return OsmNetworkReaderLayerData Modifier and Type Method Description OsmNetworkReaderLayerDataOsmNetworkLayerParser. getLayerData()collect the gathered data pertaining to Osm to Planit entity mapping that might be relevant to other parts of the readerOsmNetworkReaderLayerDataOsmNetworkToZoningReaderData. getNetworkLayerData(NetworkLayer networkLayer)Collect layer specific dataMethods in org.goplanit.osm.converter.network with parameters of type OsmNetworkReaderLayerData Modifier and Type Method Description protected voidOsmNetworkToZoningReaderData. registerLayerData(MacroscopicNetworkLayer networkLayer, OsmNetworkReaderLayerData layerData)register layer specific data -
Uses of OsmNetworkReaderLayerData in org.goplanit.osm.util
Methods in org.goplanit.osm.util with parameters of type OsmNetworkReaderLayerData Modifier and Type Method Description static NodePlanitNetworkLayerUtils. createPopulateAndRegisterNode(de.topobyte.osm4j.core.model.iface.OsmNode osmNode, MacroscopicNetworkLayer networkLayer, OsmNetworkReaderLayerData layerData)Extract a PLANit node from the osmNode information and register it on the provided layerstatic NodePlanitNetworkLayerUtils. createPopulateAndRegisterNode(org.locationtech.jts.geom.Point osmNodeLocation, MacroscopicNetworkLayer networkLayer, OsmNetworkReaderLayerData layerData)Extract a PLANit node from the location information and register it on the provided layer
-