public class DataTree extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILENAME_INFO
|
static String |
PROPERTY_BBOX
|
| Modifier and Type | Method and Description |
|---|---|
List |
getInner()
|
List |
getInner(Node
|
List |
getLeafs()
|
List |
getLeafs(Node
|
Node |
getRoot()
|
void |
print()
|
List |
query(Coordinate
|
List |
query(double lon, double lat)
|
List |
query(Envelope
|
List |
query(Geometry
|
List |
query(Node
|
List |
query(Node
|
public static final StringFILENAME_INFO
public static final StringPROPERTY_BBOX
public DataTree(Envelopeenvelope)
public NodegetRoot()
public void print()
public List<Node > query(Coordinate coordinate)
public List<Node > query(Node start, Coordinate coordinate)