#include <spatialtree.h>
|
| 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 | Remove (long nFID)=0 |
|
virtual void | RemoveAll (void)=0 |
|
virtual void | Change (const wxGISGeometry &Geom, long nFID) |
|
virtual wxGISSpatialTreeCursor | Search (const OGREnvelope &env)=0 |
|
virtual void | Insert (wxGISSpatialTreeData *pData)=0 |
|
virtual bool | HasFID (long nFID) const =0 |
|
|
virtual wxThread::ExitCode | Entry () |
|
bool | CreateAndRunLoadGeometryThread (void) |
|
void | DestroyLoadGeometryThread (void) |
|
A abstract class for spatial tree implementations.
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