An implementation of R-tree data structure for main memory. More...
Go to the source code of this file.
Classes | |
class | te::sam::rtree::Index< DATATYPE, MAXNODES, MINNODES > |
A class that represents an R-tree. More... | |
Namespaces | |
te | |
TerraLib. | |
te::sam | |
This is the namespace for the TerraLib Spatial Access Methods module. | |
te::sam::rtree | |
This is the namespace for the R-tree Spatial Access Method. | |
An implementation of R-tree data structure for main memory.
Definition in file Index.h.