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