#include <spatialtree.h>
|
| wxGISQuadTree (wxGISFeatureDataset *pDSet) |
|
virtual void | Remove (long nFID) |
|
virtual void | RemoveAll (void) |
|
virtual wxGISSpatialTreeCursor | Search (const OGREnvelope &Env) |
|
virtual void | Insert (wxGISSpatialTreeData *pData) |
|
virtual bool | HasFID (long nFID) const |
|
| wxGISSpatialTree (wxGISFeatureDataset *pDSet) |
|
virtual bool | Load (const wxGISSpatialReference &SpatRef=wxNullSpatialReference, ITrackCancel *const pTrackCancel=NULL) |
|
virtual bool | IsLoading (void) const |
|
virtual void | CancelLoading () |
|
virtual void | Insert (const wxGISGeometry &Geom, long nFID) |
|
virtual void | Change (const wxGISGeometry &Geom, long nFID) |
|
|
void | CreateQuadTree () |
|
void | DestroyQuadTree () |
|
virtual wxThread::ExitCode | Entry () |
|
bool | CreateAndRunLoadGeometryThread (void) |
|
void | DestroyLoadGeometryThread (void) |
|
|
CPLQuadTree * | m_pQuadTree |
|
wxGISSpatialTreeCursor | m_Cursor |
|
OGREnvelope | m_Envelope |
|
wxGISFeatureDataset * | m_pDSet |
|
long | m_nReadPos |
|
short | m_nPreloadItemCount |
|
bool | m_bIsLoaded |
|
wxCriticalSection | m_CritSect |
|
wxGISSpatialReference | m_SpatialReference |
|
ITrackCancel * | m_pTrackCancel |
|
The wxGIS QuadTree representation.
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