public class Key extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
computeKey(Interval
return a square envelope containing the argument envelope, whose extent is a power of two and which is based at a power of 2
|
static int |
computeLevel(Interval
|
Interval |
getInterval()
|
int |
getLevel()
|
double |
getPoint()
|
public Key(Intervalinterval)
public static int computeLevel(Intervalinterval)
public double getPoint()
public int getLevel()
public IntervalgetInterval()
public void computeKey(IntervalitemInterval)