Class ReaderWay

java.lang.Object
com.graphhopper.reader.ReaderElement
com.graphhopper.reader.ReaderWay

public class ReaderWay extends ReaderElement
Represents a way received from the reader.

Author:
Nop
  • Field Details

    • nodes

      protected final com.carrotsearch.hppc.LongArrayList nodes
  • Constructor Details

    • ReaderWay

      public ReaderWay(long id)
  • Method Details

    • getNodes

      public com.carrotsearch.hppc.LongArrayList getNodes()
    • toString

      public String toString()
      Overrides:
      toString in class ReaderElement