public static class HeatmapFacetCounter.Heatmap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
columns |
int[] |
counts |
org.locationtech.spatial4j.shape.Rectangle |
region |
int |
rows |
Constructor and Description |
---|
Heatmap(int columns,
int rows,
org.locationtech.spatial4j.shape.Rectangle region) |
Modifier and Type | Method and Description |
---|---|
int |
getCount(int x,
int y) |
java.lang.String |
toString() |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.