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(LatLonRect searchRegion)
Performs bounding box search.
|
List<QuadTreeData> |
QuadTree.queryByPointRadius(LatLon 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–2013 The Apache Software Foundation. All rights reserved.