A struct that represents a node-branch in an R-tree. More...
#include "../../geometry/Envelope.h"
Go to the source code of this file.
Classes | |
struct | te::sam::rtree::Branch< NODE, DATATYPE > |
It represents a node-branch of a Rtree. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::sam |
This is the namespace for the TerraLib Spatial Access Methods module. | |
namespace | te::sam::rtree |
This is the namespace for the R-tree Spatial Access Method. | |
A struct that represents a node-branch in an R-tree.
Auxiliary structure when searching for a split partition.
Definition in file Branch.h.