Class SparseRangeBasedPropertyTile

java.lang.Object
com.here.platform.location.inmemory.graph.SparseRangeBasedPropertyTile
All Implemented Interfaces:
RangeBasedPropertyTileV2

public class SparseRangeBasedPropertyTile extends Object implements RangeBasedPropertyTileV2
  • 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

      public TileId 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()