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