24 #include "wxgis/catalog/gxobjectfactory.h"
25 #include "wxgis/datasource/datasource.h"
27 #ifdef wxGIS_USE_GDAL_GNM
36 class WXDLLIMPEXP_GIS_CLT wxGxGNMFactory :
39 DECLARE_DYNAMIC_CLASS(wxGxGNMFactory)
42 virtual ~wxGxGNMFactory(
void);
44 virtual
bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
45 virtual wxString GetName(
void)
const {
return wxString(_(
"Geography network models"));};
47 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath,
bool bCheckNames);
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxobject.h:37