23 #include "wxgis/catalogui/catalogui.h"
24 #include "wxgis/catalog/gxdataset.h"
25 #include "wxgis/datasource/rasterdataset.h"
26 #include "wxgis/geoprocessing/geoprocessing.h"
27 #include "wxgis/geoprocessingui/geoprocessingui.h"
28 #include "wxgis/core/event.h"
30 #include "wx/wxfreechartdefs.h"
31 #include "wx/chartpanel.h"
32 #include "wx/propgrid/propgrid.h"
47 ID_PPCTRL = wxID_HIGHEST + 4504
52 wxGISRasterPropertyPage(
wxGxRasterDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Raster"));
54 virtual bool Create(
wxGxRasterDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Raster"));
55 virtual wxString GetPageName(
void)
const {
return wxString(_(
"Raster"));};
56 wxPGProperty* AppendProperty(wxPGProperty* pProp);
57 wxPGProperty* AppendProperty(wxPGProperty* pid, wxPGProperty* pProp);
58 wxPGProperty* AppendMetadataProperty(wxPGProperty* pid, wxString sMeta);
59 wxPGProperty* GetSubProperty(wxPGProperty* pid,
const wxString &sName, wxString &sResultName);
62 void OnPropertyGridButtonClick ( wxCommandEvent& );
87 wxGISRasterHistogramPropertyPage(
wxGxRasterDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Raster"));
89 virtual bool Create(
wxGxRasterDataset* pGxDataset, wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL,
const wxString& name = wxT(
"Raster"));
90 virtual wxString GetPageName(
void)
const {
return wxString(_(
"Histogram")); };
91 virtual void FillHistogram();
Definition: chartpanel.h:51
Definition: rasterdataset.h:32
Definition: rasterpropertypage.h:41
Definition: rasterpropertypage.h:81
The wxGISProcess class event.
Definition: event.h:36
Definition: gxdataset.h:177