public class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope()
|
Node |
getLeft()
|
int |
getLevel()
|
Node |
getParent()
|
long |
getPath()
|
Node |
getRight()
|
Node |
getSibling()
|
Direction |
getSplitDirection()
|
boolean |
isLeaf()
|
void |
melt()
|
void |
query(List
|
void |
query(List
|
Side |
side(double lon, double lat)
|
void |
split()
|
void |
split(int depth)
|
public EnvelopegetEnvelope()
public NodegetParent()
public NodegetSibling()
public long getPath()
public int getLevel()
public boolean isLeaf()
public NodegetLeft()
public NodegetRight()
public DirectiongetSplitDirection()
public void melt()
public void split()
public void split(int depth)
public Sideside(double lon, double lat)