public class BinUtils extends Object
| Constructor and Description |
|---|
BinUtils(double binSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId(double x,
double y)
Gets bin ID from a point.
|
void |
queryEnvelope(double x,
double y,
com.esri.core.geometry.Envelope envelope)
Gets the envelope for the bin that contains the x,y coords.
|
void |
queryEnvelope(long binId,
com.esri.core.geometry.Envelope envelope)
Gets the envelope for the bin ID.
|
public long getId(double x,
double y)
x - y - public void queryEnvelope(long binId,
com.esri.core.geometry.Envelope envelope)
binId - envelope - public void queryEnvelope(double x,
double y,
com.esri.core.geometry.Envelope envelope)
x - y - envelope - Copyright © 2022 The Apache Software Foundation. All rights reserved.