Uses of Class
org.goplanit.network.layer.macroscopic.MacroscopicNetworkLayerImpl
-
Packages that use MacroscopicNetworkLayerImpl Package Description org.goplanit.io.converter.network org.goplanit.matsim.converter org.goplanit.matsim.util org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.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, MacroscopicNetwork network)
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 protected 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.matsim.util
Methods in org.goplanit.matsim.util with parameters of type MacroscopicNetworkLayerImpl Modifier and Type Method Description Map<Mode,String>
PlanitMatsimWriterModeMappingSettings. collectActivatedPlanitModeToMatsimModeMapping(MacroscopicNetworkLayerImpl networkLayer)
Creating a mapping from actual PLANit modes in the network to the MATSIM mode mapping as per the configuration in this class instance -
Uses of MacroscopicNetworkLayerImpl in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return MacroscopicNetworkLayerImpl Modifier and Type Method Description MacroscopicNetworkLayerImpl
MacroscopicNetworkLayerImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.MacroscopicNetworkLayerImpl
MacroscopicNetworkLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicNetworkLayerImpl Constructor Description MacroscopicNetworkLayerImpl(MacroscopicNetworkLayerImpl other, boolean deepCopy, GraphEntityDeepCopyMapper<Node> nodeMapper, GraphEntityDeepCopyMapper<MacroscopicLink> linkMapper, GraphEntityDeepCopyMapper<MacroscopicLinkSegment> linkSegmentMapper, ManagedIdDeepCopyMapper<MacroscopicLinkSegmentType> linkSegmentTypeMapper)
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>>
OsmNetworkMainProcessingHandler. 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
-