23 #include "wxgis/catalog/gxobjectfactory.h"
36 virtual bool GetChildren(
wxGxObject* pParent,
char** &pFileNames, wxArrayLong & pChildrenIds);
37 virtual wxString GetName(
void)
const {
return wxString(_(
"CSV Files"));};
39 virtual wxGxObject* GetGxObject(
wxGxObject* pParent,
const wxString &soName,
const CPLString &szPath,
bool bCheckNames);
40 virtual bool HasGeometryField(
const CPLString &szPath)
const;
A GxCSVFile object factory.
Definition: gxcsvfactory.h:28
A base class for GxObject factory.
Definition: gxobjectfactory.h:32
Definition: gxobject.h:37