Uses of Class
org.dizitart.no2.index.BoundingBox
-
Packages that use BoundingBox Package Description org.dizitart.no2.index org.dizitart.no2.store -
-
Uses of BoundingBox in org.dizitart.no2.index
Fields in org.dizitart.no2.index declared as BoundingBox Modifier and Type Field Description static BoundingBoxBoundingBox. EMPTYAn empty bounding box. -
Uses of BoundingBox in org.dizitart.no2.store
Methods in org.dizitart.no2.store with type parameters of type BoundingBox Modifier and Type Method Description <Key extends BoundingBox,Value>
NitriteRTree<Key,Value>NitriteStore. openRTree(String rTreeName, Class<?> keyType, Class<?> valueType)Opens aNitriteRTreewith the given key and value types.
-