#include <gxdataset.h>


Public Member Functions | |
| wxGxFeatureDataset (wxGISEnumVectorDatasetType eType, wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
| virtual wxString | GetCategory (void) const |
| virtual wxGISDataset *const | GetDataset (bool bCache=true, ITrackCancel *const pTrackCancel=NULL) |
| virtual wxGISEnumDatasetType | GetType (void) const |
| virtual int | GetSubType (void) const |
Public Member Functions inherited from wxGxDataset | |
| wxGxDataset (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
| virtual wxULongLong | GetSize (void) const |
| virtual wxDateTime | GetModificationDate (void) const |
| virtual void | FillMetadata (bool bForce=false) |
| virtual bool | IsMetadataFilled () const |
| virtual void | SetPath (const CPLString &soPath) |
| virtual bool | CanDelete (void) |
| virtual bool | CanRename (void) |
| virtual bool | CanCopy (const CPLString &szDestPath) |
| virtual bool | CanMove (const CPLString &szDestPath) |
| virtual bool | Delete (void) |
| virtual bool | Rename (const wxString &sNewName) |
| virtual bool | Copy (const CPLString &szDestPath, ITrackCancel *const pTrackCancel) |
| virtual bool | Move (const CPLString &szDestPath, ITrackCancel *const pTrackCancel) |
Public Member Functions inherited from wxGxObject | |
| wxGxObject (wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="") | |
| virtual bool | Create (wxGxObject *oParent=NULL, const wxString &soName=wxEmptyString, const CPLString &soPath="") |
| virtual bool | Destroy (void) |
| virtual void | SetParent (wxGxObject *oParent) |
| virtual wxString | GetName (void) const |
| virtual CPLString | GetPath (void) const |
| virtual void | SetName (const wxString &soName) |
| virtual wxString | GetBaseName (void) const |
| virtual wxString | GetFullName (void) const |
| virtual wxGxObject * | GetParent (void) const |
| virtual void | Refresh (void) |
| virtual long | GetId (void) const |
| virtual void | SetId (long nId) |
| virtual wxGxObject * | FindGxObjectByPath (const wxString &sPath) |
| virtual wxGxObject * | FindGxObject (const wxString &sPath) |
Protected Member Functions | |
| virtual wxGISDataset *const | GetDatasetFast (void) |
Protected Attributes | |
| wxGISEnumVectorDatasetType | m_eType |
Protected Attributes inherited from wxGxDataset | |
| wxGISDataset * | m_pwxGISDataset |
| wxULongLong | m_nSize |
| wxDateTime | m_dtMod |
| bool | m_bIsMetadataFilled |
Protected Attributes inherited from wxGxObject | |
| wxString | m_sName |
| CPLString | m_sPath |
| wxGxObject * | m_oParent |
| long | m_nId |
A Feature Dataset GxObject.
A Feature Dataset GxObject.