This is the complete list of members for wxGISFeature, including all inherited members.
CloneRefData(const wxObjectRefData *data) const (defined in wxGISFeature) | wxGISFeature | protectedvirtual |
CreateRefData() const (defined in wxGISFeature) | wxGISFeature | protectedvirtual |
EncodeString(const char *psz, wxFontEncoding oEncoding) const (defined in wxGISFeature) | wxGISFeature | inlineprotected |
EncodeString(const wxString &sStr, wxFontEncoding oEncoding) const (defined in wxGISFeature) | wxGISFeature | inlineprotected |
GetFID(void) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsChar(int nField) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDateTime(int nField) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDateTime(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDateTime(int nIndex, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, int *pnSecond, int *pnTZFlag) const (defined in wxGISFeature) | wxGISFeature | protected |
GetFieldAsDouble(int nField) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDouble(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDoubleList(int nIndex) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsDoubleList(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsInteger(int nIndex) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsInteger(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsIntegerList(int nIndex) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsIntegerList(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsString(int nField) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsString(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsStringList(int nField) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldAsStringList(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldCount(void) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldIndex(const wxString &sFieldName) const (defined in wxGISFeature) | wxGISFeature | |
GetFieldName(int nIndex) const (defined in wxGISFeature) | wxGISFeature | |
GetGeometry(void) const (defined in wxGISFeature) | wxGISFeature | |
GetRawField(int nField) const (defined in wxGISFeature) | wxGISFeature | |
IsOk() const (defined in wxGISFeature) | wxGISFeature | |
operator OGRFeature *() const (defined in wxGISFeature) | wxGISFeature | |
operator!=(const wxGISFeature &obj) const (defined in wxGISFeature) | wxGISFeature | inline |
operator==(const wxGISFeature &obj) const (defined in wxGISFeature) | wxGISFeature | |
SetEncoding(const wxFontEncoding &eEnc, bool bRecodeToSystem=false) (defined in wxGISFeature) | wxGISFeature | |
SetFID(long nFID) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, int nValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, OGRField *psField) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, double dfValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const wxString &sValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const char *pszStr) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const wxArrayInt &anValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const wxArrayDouble &adfValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const wxArrayString &asValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, const wxDateTime &dt) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, int nValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, double dfValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, const wxString &sValue) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, const wxArrayInt &anValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, const wxArrayDouble &adfValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, const wxArrayString &asValues) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, int nSecond=0, int nTZFlag=0) (defined in wxGISFeature) | wxGISFeature | |
SetField(const wxString &sFieldName, int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, int nSecond=0, int nTZFlag=0) (defined in wxGISFeature) | wxGISFeature | |
SetField(int nIndex, char **papszValues) (defined in wxGISFeature) | wxGISFeature | protected |
SetGeometry(const wxGISGeometry &Geom) (defined in wxGISFeature) | wxGISFeature | |
SetGeometry(OGRGeometry *pGeom) (defined in wxGISFeature) | wxGISFeature | protected |
SetGeometryDirectly(const wxGISGeometry &Geom) (defined in wxGISFeature) | wxGISFeature | |
SetStyleString(const wxString &sStyle) (defined in wxGISFeature) | wxGISFeature | |
StealGeometry(void) (defined in wxGISFeature) | wxGISFeature | |
wxGISFeature(OGRFeature *poFeature=NULL, const wxFontEncoding &oEncoding=wxLocale::GetSystemEncoding(), bool bRecodeToSystem=false) (defined in wxGISFeature) | wxGISFeature |