Class DenseRangeBasedPropertyTile

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

public class DenseRangeBasedPropertyTile extends Object implements RangeBasedPropertyTileV2
  • Constructor Details

    • DenseRangeBasedPropertyTile

      public DenseRangeBasedPropertyTile()
  • Method Details

    • apply

      public static DenseRangeBasedPropertyTile apply(TileId tileId, int[] firstRangeIndices, double[] startOffsets, double[] endOffsets, byte[][] fieldData, com.here.platform.location.inmemory.graph.internal.RangeBasedPropertyTileValidator validator)
    • tileId

      public TileId tileId()
    • firstRangeIndices

      public int[] firstRangeIndices()
    • startOffsets

      public double[] startOffsets()
    • endOffsets

      public double[] endOffsets()
    • fieldData

      public byte[][] fieldData()