Package com.graphhopper.storage.index
Class IndexStructureInfo
java.lang.Object
com.graphhopper.storage.index.IndexStructureInfo
-
Constructor Summary
ConstructorsConstructorDescriptionIndexStructureInfo
(int[] entries, byte[] shifts, PixelGridTraversal pixelGridTraversal, SpatialKeyAlgo keyAlgo, BBox bounds, int parts) -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexStructureInfo
double
double
int[]
int
getParts()
byte[]
-
Constructor Details
-
IndexStructureInfo
public IndexStructureInfo(int[] entries, byte[] shifts, PixelGridTraversal pixelGridTraversal, SpatialKeyAlgo keyAlgo, BBox bounds, int parts)
-
-
Method Details
-
create
-
getEntries
public int[] getEntries() -
getShifts
public byte[] getShifts() -
getPixelGridTraversal
-
getKeyAlgo
-
getBounds
-
getParts
public int getParts() -
getDeltaLat
public double getDeltaLat() -
getDeltaLon
public double getDeltaLon()
-