Class SparseRangeBasedPropertyTile
java.lang.Object
com.here.platform.location.inmemory.graph.SparseRangeBasedPropertyTile
- All Implemented Interfaces:
RangeBasedPropertyTileV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SparseRangeBasedPropertyTile
apply
(TileId tileId, int vertexCount, int[] vertexIndices, int[] firstRangeIndices, double[] startOffsets, double[] endOffsets, byte[][] fieldData, int defaultValueIndex, int maxOverflow, byte hashFunctionIndex, com.here.platform.location.inmemory.graph.internal.RangeBasedPropertyTileValidator validator) int
double[]
byte[][]
int[]
byte
int
double[]
tileId()
int
int[]
-
Constructor Details
-
SparseRangeBasedPropertyTile
public SparseRangeBasedPropertyTile()
-
-
Method Details
-
apply
public static SparseRangeBasedPropertyTile apply(TileId tileId, int vertexCount, int[] vertexIndices, int[] firstRangeIndices, double[] startOffsets, double[] endOffsets, byte[][] fieldData, int defaultValueIndex, int maxOverflow, byte hashFunctionIndex, com.here.platform.location.inmemory.graph.internal.RangeBasedPropertyTileValidator validator) -
tileId
-
vertexCount
public int vertexCount() -
vertexIndices
public int[] vertexIndices() -
firstRangeIndices
public int[] firstRangeIndices() -
startOffsets
public double[] startOffsets() -
endOffsets
public double[] endOffsets() -
fieldData
public byte[][] fieldData() -
defaultValueIndex
public int defaultValueIndex() -
maxOverflow
public int maxOverflow() -
hashFunctionIndex
public byte hashFunctionIndex()
-