Uses of Class
org.goplanit.converter.idmapping.ServiceNetworkIdMapper
-
-
Uses of ServiceNetworkIdMapper in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return ServiceNetworkIdMapper Modifier and Type Method Description ServiceNetworkIdMapper
PlanitComponentIdMappers. getServiceNetworkIdMapper()
-
Uses of ServiceNetworkIdMapper in org.goplanit.geoio.converter.service
Methods in org.goplanit.geoio.converter.service that return ServiceNetworkIdMapper Modifier and Type Method Description ServiceNetworkIdMapper
GeometryServiceNetworkWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed) -
Uses of ServiceNetworkIdMapper in org.goplanit.geoio.converter.service.featurecontext
Methods in org.goplanit.geoio.converter.service.featurecontext with parameters of type ServiceNetworkIdMapper 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 ServiceNetworkIdMapper Constructor Description PlanitServiceLegSegmentFeatureTypeContext(ServiceNetworkIdMapper serviceNetworkIdMapper, NetworkIdMapper networkIdMapper)
Constructor -
Uses of ServiceNetworkIdMapper in org.goplanit.geoio.util
Methods in org.goplanit.geoio.util with parameters of type ServiceNetworkIdMapper Modifier and Type Method Description static Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createRoutedServicesLayerFeatureContexts(RoutedServicesIdMapper primaryIdMapper, Mode layerMode, ServiceNetworkIdMapper serviceNetworkIdMapper)
Construct all PLANit entities that have an associated GIS feature context containing the information required for persistence (for routed services entities).static 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 persistence -
Uses of ServiceNetworkIdMapper in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return ServiceNetworkIdMapper Modifier and Type Method Description ServiceNetworkIdMapper
PlanitServiceNetworkWriter. getPrimaryIdMapper()
The (main) Id mapper used by this writer (only present after write has been completed)
-