23 #include "wxgis/catalogui/catalogui.h"
24 #include "wxgis/catalogui/gxdatasetui.h"
25 #include "wxgis/datasource/featuredataset.h"
27 #include "wx/propgrid/propgrid.h"
42 ID_PPCTRL = wxID_HIGHEST + 4502
47 wxGISVectorPropertyPage(
IGxDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Vector"));
49 virtual bool Create(
IGxDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Vector"));
50 virtual wxString GetPageName(
void)
const {
return wxString(_(
"Vector"));};
51 wxPGProperty* AppendProperty(wxPGProperty* pProp);
52 wxPGProperty* AppendProperty(wxPGProperty* pid, wxPGProperty* pProp);
53 wxPGProperty* AppendMetadataProperty(wxString sMeta);
55 void FillLayerDef(OGRLayer *poLayer,
int iLayer, CPLString soPath);
Definition: catalog.h:103
Definition: featuredataset.h:32
Definition: vectorpropertypage.h:36