Uses of Class
org.goplanit.network.layer.MacroscopicNetworkLayerImpl
-
Packages that use MacroscopicNetworkLayerImpl Package Description org.goplanit.io.converter.network org.goplanit.matsim.converter org.goplanit.network.layer org.goplanit.osm.converter.network -
-
Uses of MacroscopicNetworkLayerImpl in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network with parameters of type MacroscopicNetworkLayerImpl Modifier and Type Method Description protected void
PlanitNetworkWriter. populateXmlNetworkLayer(org.goplanit.xml.generated.XMLElementInfrastructureLayers xmlInfrastructureLayers, MacroscopicNetworkLayerImpl physicalNetworkLayer)
Populate the network layer -
Uses of MacroscopicNetworkLayerImpl in org.goplanit.matsim.converter
Methods in org.goplanit.matsim.converter with parameters of type MacroscopicNetworkLayerImpl Modifier and Type Method Description Map<Mode,String>
MatsimNetworkWriterSettings. createPlanitModeToMatsimModeMapping(MacroscopicNetworkLayerImpl networkLayer)
Creating a mapping from actual PLANit modes in the network to the MATSIM mode mapping as per the configuration in this class instanceprotected void
MatsimNetworkWriter. writeDetailedGeometryFile(MacroscopicNetworkLayerImpl networkLayer)
Create detailed geometry file compatible with VIA viewerprotected void
MatsimNetworkWriter. writeXmlNetworkFile(MacroscopicNetworkLayerImpl networkLayer)
write the xml MATSIM network -
Uses of MacroscopicNetworkLayerImpl in org.goplanit.network.layer
Methods in org.goplanit.network.layer that return MacroscopicNetworkLayerImpl Modifier and Type Method Description MacroscopicNetworkLayerImpl
MacroscopicNetworkLayerImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer with parameters of type MacroscopicNetworkLayerImpl Constructor Description MacroscopicNetworkLayerImpl(MacroscopicNetworkLayerImpl macroscopicNetworkLayerImpl)
Copy constructor -
Uses of MacroscopicNetworkLayerImpl in org.goplanit.osm.converter.network
Methods in org.goplanit.osm.converter.network that return types with arguments of type MacroscopicNetworkLayerImpl Modifier and Type Method Description protected Map<MacroscopicNetworkLayerImpl,Pair<MacroscopicLinkSegmentType,MacroscopicLinkSegmentType>>
OsmNetworkHandler. extractLinkSegmentTypes(de.topobyte.osm4j.core.model.iface.OsmWay osmWay, Map<String,String> tags)
extract the correct link segment type based on the configuration of supported modes, the defaults for the given osm way and any modifications to the mode access based on the passed in tags of the OSM wayMethods in org.goplanit.osm.converter.network with parameters of type MacroscopicNetworkLayerImpl Modifier and Type Method Description OsmNetworkLayerParser
OsmNetworkReaderData. getLayerParser(MacroscopicNetworkLayerImpl networkLayer)
provide reference to a layer parser
-