Interface WaySegmentParser.WayPreprocessor

Enclosing class:
WaySegmentParser

public static interface WaySegmentParser.WayPreprocessor
  • Method Details

    • preprocessWay

      void preprocessWay(ReaderWay way, WaySegmentParser.CoordinateSupplier coordinateSupplier)
      Parameters:
      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.