23 #include "wxgis/catalog/gxobjectfactory.h"
24 #include "wxgis/datasource/datasource.h"
41 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
42 virtual wxString GetName(
void)
const {
return wxString(_(
"Raster files"));};
44 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath, wxGISEnumRasterDatasetType type,
bool bCheckNames);
Definition: gxrasterfactory.h:33
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxobject.h:37