| Interface | Description |
|---|---|
| OSMInput | |
| WaySegmentParser.CoordinateSupplier | |
| WaySegmentParser.EdgeHandler | |
| WaySegmentParser.RelationProcessor | |
| WaySegmentParser.WayPreprocessor |
| Class | Description |
|---|---|
| GraphRestriction |
Basically an OSM restriction, but in 'graph-representation', i.e.
|
| OSMFileHeader |
Represents an OSM file header
|
| OSMInputFile |
A readable OSM file.
|
| OSMReader |
Parses an OSM file (xml, zipped xml or pbf) and creates a graph from it.
|
| OSMReaderUtility |
This class currently parses the duration tag only.
|
| OSMXMLHelper | |
| Pair<F,S> | |
| PillarInfo |
This class helps to store lat,lon,ele for every node parsed in OSMReader
|
| RestrictionConverter | |
| RestrictionMembers | |
| RestrictionTagParser |
Parses the OSM restriction tags for given vehicle types / transportation modes.
|
| RestrictionTagParser.Result | |
| Triple<F,S,T> | |
| WaySegmentParser |
This class parses a given OSM file and splits OSM ways into 'segments' at all intersections (or 'junctions').
|
| WaySegmentParser.Builder | |
| WayToEdgeConverter | |
| WayToEdgeConverter.EdgeResult | |
| WayToEdgeConverter.NodeResult | |
| WayToEdgesMap |
This map can store multiple edges (int) for each way ID (long).
|
| Enum | Description |
|---|---|
| RestrictionType |
| Exception | Description |
|---|---|
| OSMRestrictionException |
Copyright © 2012–2022. All rights reserved.