23 #include "wxgis/catalog/catalog.h"
24 #include "wxgis/catalog/gxarchfolder.h"
25 #include "wxgis/catalog/gxcatalog.h"
27 #define GEOGCSSTR _("Geographic Coordinate Systems")
28 #define PROJCSSTR _("Projected Coordinate Systems")
47 virtual wxString GetCategory(
void)
const {
return wxString(_(
"Coordinate Systems Folder"));};
50 virtual wxGxObject* GetArchiveFolder(
wxGxObject *oParent,
const wxString &soName = wxEmptyString,
const CPLString &soPath =
"");
69 virtual wxString GetName(
void)
const {
return wxString(_(
"Coordinate Systems"));};
70 virtual wxString GetCategory(
void)
const {
return wxString(_(
"Coordinate Systems Folder"));};
71 virtual bool Create(
wxGxObject *oParent = NULL,
const wxString &soName = wxEmptyString,
const CPLString &soPath =
"");
73 virtual void Init(wxXmlNode*
const pConfigNode);
74 virtual void Serialize(wxXmlNode*
const pConfigNode);
76 virtual bool IsArchive(
void)
const;
78 wxString m_sInternalPath;
Definition: gxcatalog.h:42
Definition: gxarchfolder.h:31
Definition: gxspatreffolder.h:60
Definition: gxspatreffolder.h:38
Definition: gxobject.h:37