Class IndexStructureInfo

java.lang.Object
com.graphhopper.storage.index.IndexStructureInfo

public class IndexStructureInfo extends Object
  • Constructor Details

  • Method Details

    • create

      public static IndexStructureInfo create(BBox bounds, int minResolutionInMeter)
    • getEntries

      public int[] getEntries()
    • getShifts

      public byte[] getShifts()
    • getPixelGridTraversal

      public PixelGridTraversal getPixelGridTraversal()
    • getKeyAlgo

      public SpatialKeyAlgo getKeyAlgo()
    • getBounds

      public BBox getBounds()
    • getParts

      public int getParts()
    • getDeltaLat

      public double getDeltaLat()
    • getDeltaLon

      public double getDeltaLon()