23 #include "wxgis/catalog/gxobjectfactory.h"
24 #include "wxgis/datasource/datasource.h"
39 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
40 virtual wxString GetName(
void)
const {
return wxString(_(
"Coordiante systems"));};
42 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath, wxGISEnumPrjFileType nType,
bool bCheckNames);
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
A Projection definition GxObject factory.
Definition: gxprjfactory.h:31
Definition: gxobject.h:37