CurRec | CurRec is a class which holds information about currently traversed record |
Rec | Rec is a marker class for records to be possibly stored in an R-tree |
RecId | RecId is a 4-byte identifier of a record to be possibly stored in an R-tree |
Rh | Rh is a record handle which, based on given identifier RecId, provides access to R-tree relevant record information (and possibly manipulation) |
Searcher | Searcher is a handle class to SearcherRep |
SearcherRep | SearcherRep is an interface class for a representation of an R-tree searcher |
XyPoint | XyPoint is a 2-dimensional point with double precision coordinates |
XyRange | XyRange is a 2-dimensional axis parallel range |
XyRtree | The class serves as a handle to XyRtreeRep |
XyRtreeRep | XyRtreeRep is an interface class for an R-tree representation |