Uses of Class
org.goplanit.converter.idmapping.NetworkIdMapper
-
-
Uses of NetworkIdMapper in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return NetworkIdMapper Modifier and Type Method Description NetworkIdMapper
PlanitComponentIdMappers. getNetworkIdMappers()
-
Uses of NetworkIdMapper in org.goplanit.geoio.converter.network
Methods in org.goplanit.geoio.converter.network that return NetworkIdMapper Modifier and Type Method Description NetworkIdMapper
GeometryNetworkWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed) -
Uses of NetworkIdMapper in org.goplanit.geoio.converter.network.featurecontext
Methods in org.goplanit.geoio.converter.network.featurecontext with parameters of type NetworkIdMapper Modifier and Type Method Description static PlanitLinkSegmentFeatureTypeContext
PlanitLinkSegmentFeatureTypeContext. create(NetworkIdMapper networkIdMapper, Collection<? extends Mode> supportedModes)
Factory methodConstructors in org.goplanit.geoio.converter.network.featurecontext with parameters of type NetworkIdMapper Constructor Description PlanitLinkSegmentFeatureTypeContext(NetworkIdMapper networkIdMapper, Collection<? extends Mode> supportedModes)
Constructor -
Uses of NetworkIdMapper in org.goplanit.geoio.converter.service.featurecontext
Methods in org.goplanit.geoio.converter.service.featurecontext with parameters of type NetworkIdMapper Modifier and Type Method Description static PlanitServiceLegSegmentFeatureTypeContext
PlanitServiceLegSegmentFeatureTypeContext. create(ServiceNetworkIdMapper serviceNetworkIdMapper, NetworkIdMapper networkIdMapper)
Factory methodConstructors in org.goplanit.geoio.converter.service.featurecontext with parameters of type NetworkIdMapper Constructor Description PlanitServiceLegSegmentFeatureTypeContext(ServiceNetworkIdMapper serviceNetworkIdMapper, NetworkIdMapper networkIdMapper)
Constructor -
Uses of NetworkIdMapper in org.goplanit.geoio.converter.zoning.featurecontext
Methods in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type NetworkIdMapper Modifier and Type Method Description protected void
PlanitDirectedConnectoidFeatureTypeContext. appendDirectedConnectoidFeatureDescription(NetworkIdMapper networkIdMapper)
Add any additional features unique to directed connectoids (and not available in base description) to feature descriptionstatic PlanitDirectedConnectoidFeatureTypeContext
PlanitDirectedConnectoidFeatureTypeContext. create(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Factory methodstatic PlanitUndirectedConnectoidFeatureTypeContext
PlanitUndirectedConnectoidFeatureTypeContext. create(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Factory methodprotected static <CC extends Connectoid>
List<Triple<String,String,Function<CC,? extends Object>>>PlanitConnectoidFeatureTypeContext. createBaseFeatureDescription(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
The mapping from PLANIT connectoid base GIS attributes (without geometry to allow for addition of other attributes until adding geometry later via derived class usingPlanitConnectoidFeatureTypeContext.createGeometryFeatureDescription()
Constructors in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type NetworkIdMapper Constructor Description PlanitConnectoidFeatureTypeContext(Class<C> connectoidClass, ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
ConstructorPlanitDirectedConnectoidFeatureTypeContext(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
ConstructorPlanitUndirectedConnectoidFeatureTypeContext(ZoningIdMapper zoningIdMapper, NetworkIdMapper networkIdMapper)
Constructor -
Uses of NetworkIdMapper in org.goplanit.geoio.util
Methods in org.goplanit.geoio.util with parameters of type NetworkIdMapper Modifier and Type Method Description static Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createNetworkLayerFeatureContexts(NetworkIdMapper primaryIdMapper, MacroscopicNetworkLayer layer)
Construct all PLANit entities that have an associated GIS feature context containing the information require for persistencestatic Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createServiceNetworkLayerFeatureContexts(ServiceNetworkIdMapper primaryIdMapper, ServiceNetworkLayer layer, NetworkIdMapper networkIdMappers)
Construct all PLANit entities that have an associated GIS feature context containing the information required for persistencestatic Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createZoningFeatureContexts(ZoningIdMapper primaryIdMapper, NetworkIdMapper networkIdMappers)
Construct GIS feature contexts containing the information required for persistence of all Zoning entities (except the zone's which are serviced viaGeoIoFeatureTypeBuilder.createZoningZoneFeatureContext(ZoningIdMapper, Class, Class)
because they have geometry dependent contexts. -
Uses of NetworkIdMapper in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network that return NetworkIdMapper Modifier and Type Method Description NetworkIdMapper
PlanitNetworkWriter. getPrimaryIdMapper()
-
Uses of NetworkIdMapper in org.goplanit.matsim.converter
Methods in org.goplanit.matsim.converter that return NetworkIdMapper Modifier and Type Method Description NetworkIdMapper
MatsimNetworkWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed)
-