Uses of Interface
org.h2.index.SpatialIndex
-
Packages that use SpatialIndex Package Description org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of SpatialIndex in org.h2.index
Classes in org.h2.index that implement SpatialIndex Modifier and Type Class Description class
ViewIndex
This object represents a virtual index for a query. -
Uses of SpatialIndex in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement SpatialIndex Modifier and Type Class Description class
MVSpatialIndex
This is an index based on a MVRTreeMap.
-