| Package | Description |
|---|---|
| org.apache.sis.index.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoRSSData
Implements QuadTreeData to store GeoRSS items into quad tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuadTreeData> |
QuadTree.queryByBoundingBox(Envelope2D searchRegion)
Performs bounding box search.
|
List<QuadTreeData> |
QuadTree.queryByPointRadius(DirectPosition2D point,
double radiusKM)
Performs point radius search.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QuadTree.insert(QuadTreeData data)
Inserts the specified data into the quad tree.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.