#include <spatialtree.h>

Public Member Functions | |
| wxGISSpatialTreeData (const wxGISGeometry &Geom=wxNullGeometry, long nFID=wxNOT_FOUND) | |
| virtual void | SetFID (long nFID) |
| virtual long | GetFID (void) const |
| virtual wxGISGeometry | GetGeometry (void) const |
| virtual void | SetGeometry (const wxGISGeometry &oGeom) |
| virtual wxGISSpatialTreeData * | Clone () const |
Protected Attributes | |
| wxGISGeometry | m_Geom |
| long | m_nFID |
The data included geography and feature identificator (FID) stored in spatial tree.