Class DenseRangeBasedPropertyTile
java.lang.Object
com.here.platform.location.inmemory.graph.DenseRangeBasedPropertyTile
- All Implemented Interfaces:
RangeBasedPropertyTileV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DenseRangeBasedPropertyTile
apply
(TileId tileId, int[] firstRangeIndices, double[] startOffsets, double[] endOffsets, byte[][] fieldData, com.here.platform.location.inmemory.graph.internal.RangeBasedPropertyTileValidator validator) double[]
byte[][]
int[]
double[]
tileId()
-
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
-
firstRangeIndices
public int[] firstRangeIndices() -
startOffsets
public double[] startOffsets() -
endOffsets
public double[] endOffsets() -
fieldData
public byte[][] fieldData()
-