|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.util.SpatialTree<Sector,LatLon>
gov.nasa.worldwind.util.SpatialTree.LocationTree
public static class SpatialTree.LocationTree
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class gov.nasa.worldwind.util.SpatialTree |
|---|
SpatialTree.LocationTree, SpatialTree.MarkerTree, SpatialTree.SectorTree<S,T> |
| Field Summary |
|---|
| Fields inherited from class gov.nasa.worldwind.util.SpatialTree |
|---|
addToAllLevels, children, coverage, depth, items, maxDepth, subCoverage |
| Constructor Summary | |
|---|---|
|
SpatialTree.LocationTree(int maxDepth)
|
|
SpatialTree.LocationTree(Sector coverage,
int maxDepth,
boolean addToAllLevels)
|
protected |
SpatialTree.LocationTree(Sector coverage,
int depth,
int maxDepth,
boolean addToAllLevels)
|
| Method Summary | |
|---|---|
protected boolean |
contains(Sector extent,
LatLon location)
|
protected SpatialTree<Sector,LatLon> |
createInstance(Sector sector,
int depth,
int maxDepth,
boolean addToAllLevels)
|
protected boolean |
intersects(Sector sector,
LatLon location)
|
protected boolean |
intersectsCoverage(Sector sector1,
Sector sector2)
|
protected ArrayList<Sector> |
subdivide(Sector extent,
int rows,
int cols)
|
| Methods inherited from class gov.nasa.worldwind.util.SpatialTree |
|---|
add, getAll, getCoverage, getDepth, getItems, getItems, getMaxDepth, maxDepthAdd, maxDepthRemove, normalAdd, normalRemove, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpatialTree.LocationTree(int maxDepth)
public SpatialTree.LocationTree(Sector coverage,
int maxDepth,
boolean addToAllLevels)
protected SpatialTree.LocationTree(Sector coverage,
int depth,
int maxDepth,
boolean addToAllLevels)
| Method Detail |
|---|
protected boolean contains(Sector extent,
LatLon location)
contains in class SpatialTree<Sector,LatLon>
protected SpatialTree<Sector,LatLon> createInstance(Sector sector,
int depth,
int maxDepth,
boolean addToAllLevels)
createInstance in class SpatialTree<Sector,LatLon>
protected boolean intersects(Sector sector,
LatLon location)
intersects in class SpatialTree<Sector,LatLon>
protected boolean intersectsCoverage(Sector sector1,
Sector sector2)
intersectsCoverage in class SpatialTree<Sector,LatLon>
protected ArrayList<Sector> subdivide(Sector extent,
int rows,
int cols)
subdivide in class SpatialTree<Sector,LatLon>
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||