Class SparsePointBasedPropertyTile

java.lang.Object
com.here.platform.location.inmemory.graph.SparsePointBasedPropertyTile
All Implemented Interfaces:
PointBasedPropertyTile

public class SparsePointBasedPropertyTile extends Object implements PointBasedPropertyTile
  • 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

      public TileId tileId()
    • vertexCount

      public int vertexCount()
    • vertexIndices

      public int[] vertexIndices()