Package org.entur.netex.conversion.osm
Class OsmToNetexMapper<T extends org.rutebanken.netex.model.Zone_VersionStructure>
java.lang.Object
org.entur.netex.conversion.osm.OsmToNetexMapper<T>
- Type Parameters:
T-
public class OsmToNetexMapper<T extends org.rutebanken.netex.model.Zone_VersionStructure>
extends Object
Map osm Ways to Netex Zones
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe prefix (usually three letters) in IDs.static final Stringstatic final Stringstatic final Stringstatic final StringThe objects name that will be retrieved from a tag with the same value.static final Stringstatic final Stringstatic final StringReference, which is the postfix of the generated Netex IDstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.rutebanken.netex.model.GroupOfTariffZones> mapRelationsToGroupOfTariffZones(List<Relation> relations, List<Map<BigInteger, T>> fareZoneMaps) List<Map<BigInteger, T>> mapWaysToZoneList(List<Way> ways, Map<BigInteger, Node> mapOfNodes, Class<T> clazz) mapWayToZone(Way way, Map<BigInteger, Node> mapOfNodes, Class<T> clazz)
-
Field Details
-
CODESPACE
The prefix (usually three letters) in IDs.- See Also:
-
NAME
The objects name that will be retrieved from a tag with the same value.- See Also:
-
REFERENCE
Reference, which is the postfix of the generated Netex ID- See Also:
-
ZONE_TYPE
- See Also:
-
DEFAULT_VERSION
- See Also:
-
VALID_FROM
- See Also:
-
VALID_TO
- See Also:
-
FAREZONEID
- See Also:
-
AUTHORITYREF
- See Also:
-
MEMBERS
- See Also:
-
NEIGHBOURS
- See Also:
-
PRIVATECODE
- See Also:
-
SCOPINGMETHOD
- See Also:
-
TARIFFZONETYPE
- See Also:
-
ZONETOPOLOGY
- See Also:
-
TZMAPPING
- See Also:
-
-
Constructor Details
-
OsmToNetexMapper
-
-
Method Details
-
mapWaysToZoneList
-
mapWayToZone
-
mapRelationsToGroupOfTariffZones
-