Spatial Databases
Spatial Database:
(SDBMS) Spatial database is is a database that can store, manage and report on spatial data. Several GIS ( Geographic Information System) applications are built using SDBMS. SDBMS is implemented in some game engines as well.
Spatial Index Library
This package provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree. In addition the library includes a 3-dimensional R-tree visualization plug-in (example image on the right; requires Java3D runtime). This library is free software published under the GNU Lesser General Public License. You may copy, modify and use freely.
Supported features:
Generic main memory and disk based storage managers.
R*-tree index (also supports linear and quadratic splitting).
MVR-tree index (a.k.a. PPR-tree).
TPR-tree index.
Advanced query capabilities, using Strategy and Visitor patterns.
Arbitrary shaped range queries, by defining generic geometry interfaces.
Large parameterization capabilities, including dimensionality, fill factor, node capacity, etc.
STR packing / bulk loading.
Loading .....