Uses of Class
org.goplanit.converter.idmapping.VirtualNetworkIdMapper
-
Packages that use VirtualNetworkIdMapper Package Description org.goplanit.converter.idmapping org.goplanit.geoio.converter.zoning.featurecontext org.goplanit.geoio.util -
-
Uses of VirtualNetworkIdMapper in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return VirtualNetworkIdMapper Modifier and Type Method Description VirtualNetworkIdMapper
PlanitComponentIdMappers. getVirtualNetworkIdMapper()
-
Uses of VirtualNetworkIdMapper in org.goplanit.geoio.converter.zoning.featurecontext
Methods in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type VirtualNetworkIdMapper Modifier and Type Method Description static PlanitConnectoidEdgeFeatureTypeContext
PlanitConnectoidEdgeFeatureTypeContext. create(VirtualNetworkIdMapper virtualNetworkIdMapper)
Factory methodstatic PlanitConnectoidSegmentFeatureTypeContext
PlanitConnectoidSegmentFeatureTypeContext. create(VirtualNetworkIdMapper virtualNetworkIdMapper)
Factory methodConstructors in org.goplanit.geoio.converter.zoning.featurecontext with parameters of type VirtualNetworkIdMapper Constructor Description PlanitConnectoidEdgeFeatureTypeContext(VirtualNetworkIdMapper virtualNetworkIdMapper)
ConstructorPlanitConnectoidSegmentFeatureTypeContext(VirtualNetworkIdMapper virtualNetworkIdMapper)
Constructor -
Uses of VirtualNetworkIdMapper in org.goplanit.geoio.util
Methods in org.goplanit.geoio.util with parameters of type VirtualNetworkIdMapper Modifier and Type Method Description static Set<PlanitEntityFeatureTypeContext<? extends ManagedId>>
GeoIoFeatureTypeBuilder. createVirtualNetworkFeatureContexts(VirtualNetworkIdMapper primaryIdMapper)
Construct GIS feature contexts containing the information required for persistence of all virtual network entities
-