Class SparsePointBasedPropertyTile
java.lang.Object
com.here.platform.location.inmemory.graph.SparsePointBasedPropertyTile
- All Implemented Interfaces:
PointBasedPropertyTile
-
Constructor Summary
ConstructorsConstructorDescriptionSparsePointBasedPropertyTile
(TileId tileId, int vertexCount, int[] vertexIndices, int[] firstPointIndices, double[] offsets, byte[][] fieldData, int maxOverflow, byte hashFunctionIndex) -
Method Summary
-
Constructor Details
-
SparsePointBasedPropertyTile
public SparsePointBasedPropertyTile(TileId tileId, int vertexCount, int[] vertexIndices, int[] firstPointIndices, double[] offsets, byte[][] fieldData, int maxOverflow, byte hashFunctionIndex)
-
-
Method Details
-
fieldData
public byte[][] fieldData() -
firstPointIndices
public int[] firstPointIndices() -
hashFunctionIndex
public byte hashFunctionIndex() -
maxOverflow
public int maxOverflow() -
offsets
public double[] offsets() -
tileId
-
vertexCount
public int vertexCount() -
vertexIndices
public int[] vertexIndices()
-