public class QREntry<T> extends Object implements RectangleEntry<T>
| Constructor and Description |
|---|
QREntry(double[] keyL,
double[] keyU,
T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enclosedBy(double[] center,
double radius) |
boolean |
isExact(QREntry<T> e) |
double[] |
lower() |
void |
setKey(double[] newPointL,
double[] newPointU) |
String |
toString() |
double[] |
upper() |
T |
value() |
public QREntry(double[] keyL,
double[] keyU,
T value)
public double[] lower()
lower in interface RectangleEntry<T>public double[] upper()
upper in interface RectangleEntry<T>public T value()
value in interface RectangleEntry<T>public boolean enclosedBy(double[] center,
double radius)
public void setKey(double[] newPointL,
double[] newPointU)
Copyright © 2018. All rights reserved.