public static interface WaySegmentParser.WayPreprocessor
Modifier and Type | Method and Description |
---|---|
void |
preprocessWay(ReaderWay way,
WaySegmentParser.CoordinateSupplier coordinateSupplier) |
void preprocessWay(ReaderWay way, WaySegmentParser.CoordinateSupplier coordinateSupplier)
coordinateSupplier
- maps an OSM node ID (as it can be obtained by way.getNodes()) to the coordinates
of this node. If elevation is disabled it will be NaN. Returns null if no such OSM
node exists.Copyright © 2012–2022. All rights reserved.