public class Key
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
void |
computeKey(Interval itemInterval) |
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) |
|
Interval |
getInterval() |
|
int |
getLevel() |
|
double |
getPoint() |
public Key(Interval interval)
public static int computeLevel(Interval interval)
public double getPoint()
public int getLevel()
public Interval getInterval()
public void computeKey(Interval itemInterval)
Copyright © 2018. All rights reserved.