23 #include "wxgis/catalogui/catalogui.h"
24 #include "wxgis/datasource/gdalinh.h"
26 #include "wx/propgrid/propgrid.h"
41 ID_PPCTRL = wxID_HIGHEST + 4503
46 wxGISSpatialReferencePropertyPage(
const wxGISSpatialReference &oSRS, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Spatial Reference"));
48 virtual bool Create(
const wxGISSpatialReference &oSRS, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Spatial Reference"));
49 virtual wxString GetPageName(
void)
const {
return wxString(_(
"Spatial Reference"));};
51 void FillUndefined(
void);
57 wxPGProperty* AppendProperty(wxPGProperty* pProp);
58 wxPGProperty* AppendProperty(wxPGProperty* pid, wxPGProperty* pProp);
Definition: spatrefpropertypage.h:35