|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialIndex | |
---|---|
org.deegree.commons.index | |
org.deegree.feature.persistence.shape | |
org.deegree.rendering.r3d.opengl.rendering.model.manager |
Uses of SpatialIndex in org.deegree.commons.index |
---|
Subclasses of SpatialIndex in org.deegree.commons.index | |
---|---|
class |
QTree<T>
The QTree is a quadtree based organization of a scene containing PositionableModel s. |
class |
RTree<T>
RTree
NB: When creating node entry arrays i.e. new RTree.NodeEntry[bigM + 1], be sure to always use dimension bigM + 1, as
this length is expected (otherwise NullPointerExceptions will pop up). |
Uses of SpatialIndex in org.deegree.feature.persistence.shape |
---|
Constructors in org.deegree.feature.persistence.shape with parameters of type SpatialIndex | |
---|---|
SHPReader(RandomAccessFile inFile,
ICRS crs,
SpatialIndex<Long> rtree,
boolean startsWithZero)
|
Uses of SpatialIndex in org.deegree.rendering.r3d.opengl.rendering.model.manager |
---|
Subclasses of SpatialIndex in org.deegree.rendering.r3d.opengl.rendering.model.manager | |
---|---|
class |
QTModelScene<T extends PositionableModel>
The QTModelScene is a quadtree based organization of a scene containing PositionableModel s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |