#include <spatialtree.h>
|
void | Search (wxGISSpatialTreeCursor &Cursor, const OGREnvelope &env) |
|
void | GetAll (wxGISSpatialTreeCursor &Cursor) |
|
bool | Remove (long nFID) |
|
bool | HasFID (long nFID) const |
|
double | GetArea () const |
|
void | StretchBounds (const OGREnvelope &Env) |
|
wxGISRTreeNode * | ChooseSubtree (const OGREnvelope &Env, enumChooseSubteeType eType) |
|
OGREnvelope | GetBounds () const |
|
size_t | GetCount () const |
|
bool | GetHasLeaves () const |
|
void | SetHasLeaves (bool bHasLeaves) |
|
wxGISRTreeNode * | GetNode (size_t nIndex) |
|
void | PutNode (wxGISRTreeNode *pNode) |
|
void | UpdateBounds (void) |
|
wxGISRTreeNode * | Split () |
|
SPLIT_DIR | GetSplitDirection (const bool bIsX, size_t nDistributionCount) |
|
void | RemoveFarestItems (size_t p, wxVector< wxGISRTreeNode * > &removed_items) |
|
void | Delete () |
|
|
unsigned short | m_nMinChildItems |
|
unsigned short | m_nMaxChildItems |
|
OGREnvelope | m_Env |
|
double | m_dfArea |
|
wxVector< wxGISRTreeNode * > | m_paNodes |
|
wxGISSpatialTreeData * | m_pData |
|
bool | m_bHasLeaves |
|
The node for storing other nodes or geodata.
The documentation for this class was generated from the following files:
- /home/bishop/work/projects/nextgismanager/include/wxgis/datasource/spatialtree.h
- /home/bishop/work/projects/nextgismanager/src/datasource/spatialtree.cpp