Uses of Class
org.goplanit.converter.idmapping.IdMapperType
-
-
Uses of IdMapperType in org.goplanit.converter
Fields in org.goplanit.converter declared as IdMapperType Modifier and Type Field Description protected IdMapperType
BaseWriterImpl. idMapper
the (primary) id mapper to useMethods in org.goplanit.converter that return IdMapperType Modifier and Type Method Description IdMapperType
BaseWriterImpl. getIdMapperType()
collect the way the ids should be mappedIdMapperType
ConverterWriter. getIdMapperType()
collect the way the ids should be mappedIdMapperType
PairConverterWriter. getIdMapperType()
collect the way the ids should be mappedMethods in org.goplanit.converter with parameters of type IdMapperType Modifier and Type Method Description void
BaseWriterImpl. setIdMapperType(IdMapperType idMapper)
set the way ids should be mappedvoid
ConverterWriter. setIdMapperType(IdMapperType idMapper)
set the way ids should be mappedvoid
PairConverterWriter. setIdMapperType(IdMapperType idMapper)
set the way ids should be mappedConstructors in org.goplanit.converter with parameters of type IdMapperType Constructor Description BaseWriterImpl(IdMapperType idMapperType)
constructorCrsWriterImpl(IdMapperType idMapperType)
Constructor -
Uses of IdMapperType in org.goplanit.converter.idmapping
Methods in org.goplanit.converter.idmapping that return IdMapperType Modifier and Type Method Description static IdMapperType
IdMapperType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IdMapperType[]
IdMapperType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.goplanit.converter.idmapping with parameters of type IdMapperType Modifier and Type Method Description static Function<? extends ExternalIdAble,String>
IdMapperFunctionFactory. createConnectoidEdgeIdMappingFunction(IdMapperType idMapper)
create a function that takes a ConnectoidEdge and generates the appropriate id based on the user configurationstatic Function<Connectoid,String>
IdMapperFunctionFactory. createConnectoidIdMappingFunction(IdMapperType idMapper)
create a function that takes a connectoid and generates the appropriate id based on the user configurationstatic Function<? extends ExternalIdAble,String>
IdMapperFunctionFactory. createConnectoidSegmentIdMappingFunction(IdMapperType idMapper)
create a function that takes a ConnectoidSegment and generates the appropriate id based on the user configurationprotected static <T extends ExternalIdAble>
Function<T,String>IdMapperFunctionFactory. createIdMappingFunction(Class<T> clazz, IdMapperType idMapper)
create a function that takes a a class that extendsExternalIdAble
and generate the appropriate id based on the user configurationstatic Function<Link,String>
IdMapperFunctionFactory. createLinkIdMappingFunction(IdMapperType idMapper)
create a function that takes a link and generates the appropriate id based on the user configurationstatic Function<MacroscopicLinkSegment,String>
IdMapperFunctionFactory. createLinkSegmentIdMappingFunction(IdMapperType idMapper)
create a function that takes a link segment and (optional) id mapper and generates the appropriate link segment id based on the user configurationstatic Function<MacroscopicLinkSegmentType,String>
IdMapperFunctionFactory. createLinkSegmentTypeIdMappingFunction(IdMapperType idMapper)
create a function that takes a link segment type and generates the appropriate id based on the user configurationstatic Function<MacroscopicNetwork,String>
IdMapperFunctionFactory. createMacroscopicNetworkIdMappingFunction(IdMapperType idMapper)
create a function that takes a MacroscopicNetwork and generates the appropriate id based on the user configurationstatic Function<MacroscopicNetworkLayer,String>
IdMapperFunctionFactory. createMacroscopicNetworkLayerIdMappingFunction(IdMapperType idMapper)
create a function that takes a NetworkLayer and generates the appropriate id based on the user configurationstatic Function<Mode,String>
IdMapperFunctionFactory. createModeIdMappingFunction(IdMapperType idMapper)
create a function that takes a mode and generates the appropriate id based on the user configurationstatic Function<RoutedService,String>
IdMapperFunctionFactory. createRoutedServiceIdMappingFunction(IdMapperType idMapper)
create a function that takes a RoutedService and generates the appropriate id based on the user configurationstatic Function<RoutedServicesLayer,String>
IdMapperFunctionFactory. createRoutedServiceLayerIdMappingFunction(IdMapperType idMapper)
create a function that takes a RoutedServicesLayer and generates the appropriate id based on the user configurationstatic Function<RoutedTripDeparture,String>
IdMapperFunctionFactory. createRoutedTripDepartureIdMappingFunction(IdMapperType idMapper)
create a function that takes a RoutedTripDeparture and generates the appropriate id based on the user configurationstatic Function<RoutedTrip,String>
IdMapperFunctionFactory. createRoutedTripIdMappingFunction(IdMapperType idMapper)
create a function that takes a routed trip and generates the appropriate id based on the user configurationstatic Function<RoutedTripSchedule,String>
IdMapperFunctionFactory. createRoutedTripScheduleIdMappingFunction(IdMapperType idMapper)
create a function that takes a RoutedTripSchedule and generates the appropriate id based on the user configurationstatic Function<ServiceLeg,String>
IdMapperFunctionFactory. createServiceLegIdMappingFunction(IdMapperType idMapper)
create a function that takes a service leg and generates the appropriate id based on the user configurationstatic Function<ServiceLegSegment,String>
IdMapperFunctionFactory. createServiceLegSegmentIdMappingFunction(IdMapperType idMapper)
create a function that takes a service leg segment and generates the appropriate id based on the user configurationstatic Function<ServiceNetwork,String>
IdMapperFunctionFactory. createServiceNetworkIdMappingFunction(IdMapperType idMapper)
create a function that takes a ServiceNetwork and generates the appropriate id based on the user configurationstatic Function<ServiceNetworkLayer,String>
IdMapperFunctionFactory. createServiceNetworkLayerIdMappingFunction(IdMapperType idMapper)
create a function that takes a ServiceNetworkLayer and generates the appropriate id based on the user configurationstatic Function<TimePeriod,String>
IdMapperFunctionFactory. createTimePeriodIdMappingFunction(IdMapperType idMapper)
create a function that takes a traveller type and generates the appropriate id based on the user configurationstatic Function<TransferZoneGroup,String>
IdMapperFunctionFactory. createTransferZoneGroupIdMappingFunction(IdMapperType idMapper)
create a function that takes a transfer zone group and generates the appropriate id based on the user configurationstatic Function<TravellerType,String>
IdMapperFunctionFactory. createTravellerTypeIdMappingFunction(IdMapperType idMapper)
create a function that takes a traveller type and generates the appropriate id based on the user configurationstatic Function<UserClass,String>
IdMapperFunctionFactory. createUserClassIdMappingFunction(IdMapperType idMapper)
create a function that takes a user class and generates the appropriate id based on the user configurationstatic Function<Vertex,String>
IdMapperFunctionFactory. createVertexIdMappingFunction(IdMapperType idMapper)
create a function that takes a node and generates the appropriate id based on the user configurationstatic Function<Zone,String>
IdMapperFunctionFactory. createZoneIdMappingFunction(IdMapperType idMapper)
create a function that takes a zone and generates the appropriate id based on the user configurationstatic Function<Zoning,String>
IdMapperFunctionFactory. createZoningIdMappingFunction(IdMapperType idMapper)
create a function that takes a Zoning and generates the appropriate id based on the user configurationvoid
PlanitComponentIdMappers. populateMissingIdMappers(IdMapperType idMapperType)
All non-explicitly set id mappers for each component will be initialised with the given id mapper typeConstructors in org.goplanit.converter.idmapping with parameters of type IdMapperType Constructor Description DemandsIdMapper(IdMapperType type)
ConstructorNetworkIdMapper(IdMapperType type)
ConstructorPlanitComponentIdMapper(IdMapperType type)
ConstructorRoutedServicesIdMapper(IdMapperType type)
ConstructorServiceNetworkIdMapper(IdMapperType type)
ConstructorVirtualNetworkIdMapper(IdMapperType type)
ConstructorZoningIdMapper(IdMapperType mappingType)
Create id mappers per type based on a given id mapping type -
Uses of IdMapperType in org.goplanit.geoio.converter.intermodal
Fields in org.goplanit.geoio.converter.intermodal declared as IdMapperType Modifier and Type Field Description protected IdMapperType
GeometryIntermodalWriter. idMapper
the id mapper to useMethods in org.goplanit.geoio.converter.intermodal that return IdMapperType Modifier and Type Method Description IdMapperType
GeometryIntermodalWriter. getIdMapperType()
collect the way the ids should be mappedMethods in org.goplanit.geoio.converter.intermodal with parameters of type IdMapperType Modifier and Type Method Description void
GeometryIntermodalWriter. setIdMapperType(IdMapperType idMapper)
set the way ids should be mapped -
Uses of IdMapperType in org.goplanit.gtfs.converter.zoning
Methods in org.goplanit.gtfs.converter.zoning that return types with arguments of type IdMapperType Modifier and Type Method Description Pair<Object,IdMapperType>
GtfsZoningReaderSettings. getOverwrittenGtfsStopToLinkMapping(String gtfsStopId)
Collect overwritten link id information for GTFS stop id (if present)Collection<Pair<Object,IdMapperType>>
GtfsZoningReaderSettings. getOverwrittenGtfsStopTransferZoneMapping(String gtfsStopId)
get explicitly mapped transfer zone(s') external id for given GTFS stop id (if any))Methods in org.goplanit.gtfs.converter.zoning with parameters of type IdMapperType Modifier and Type Method Description void
GtfsZoningReaderSettings. addOverwriteGtfsStopTransferZoneMapping(String gtfsStopId, Object transferZoneId, IdMapperType idType)
Provide explicit mapping for GTFS stop id to an existing PLANit transfer zone, e.g., platform, pole, station, halt, stop, etc.void
GtfsZoningReaderSettings. overwriteGtfsStopToLinkMapping(String gtfsStopId, Object linkId, IdMapperType idMapperType)
Provide explicit mapping for GtfsStop id (platform, bus_stop, pole, station) to a link by one of its id's This forces the parser to use the nominated link as the access link for the GTFS stop. -
Uses of IdMapperType in org.goplanit.io.converter
Constructors in org.goplanit.io.converter with parameters of type IdMapperType Constructor Description PlanitWriterImpl(IdMapperType idMapperType)
Constructor -
Uses of IdMapperType in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as IdMapperType Modifier and Type Field Description protected IdMapperType
PlanitIntermodalWriter. idMapper
the id mapper to useMethods in org.goplanit.io.converter.intermodal that return IdMapperType Modifier and Type Method Description IdMapperType
PlanitIntermodalWriter. getIdMapperType()
collect the way the ids should be mappedMethods in org.goplanit.io.converter.intermodal with parameters of type IdMapperType Modifier and Type Method Description void
PlanitIntermodalWriter. setIdMapperType(IdMapperType idMapper)
set the way ids should be mapped -
Uses of IdMapperType in org.goplanit.io.converter.network
Constructors in org.goplanit.io.converter.network with parameters of type IdMapperType Constructor Description UnTypedPlanitCrsWriterImpl(IdMapperType idMapperType)
Constructor -
Uses of IdMapperType in org.goplanit.matsim.converter
Fields in org.goplanit.matsim.converter declared as IdMapperType Modifier and Type Field Description protected IdMapperType
MatsimIntermodalWriter. idMapper
the id mapper to useMethods in org.goplanit.matsim.converter that return IdMapperType Modifier and Type Method Description IdMapperType
MatsimIntermodalWriter. getIdMapperType()
collect the way the ids should be mappedMethods in org.goplanit.matsim.converter with parameters of type IdMapperType Modifier and Type Method Description void
MatsimIntermodalWriter. setIdMapperType(IdMapperType idMapper)
set the way ids should be mappedConstructors in org.goplanit.matsim.converter with parameters of type IdMapperType Constructor Description MatsimWriter(IdMapperType idMapperType)
Constructor
-