, including all inherited members.
| Clone() | OGRFeature | |
| CreateFeature(OGRFeatureDefn *) | OGRFeature | [static] |
| DestroyFeature(OGRFeature *) | OGRFeature | [static] |
| DumpReadable(FILE *, char **papszOptions=NULL) | OGRFeature | |
| Equal(OGRFeature *poFeature) | OGRFeature | [virtual] |
| GetDefnRef() | OGRFeature | [inline] |
| GetFID() | OGRFeature | [inline] |
| GetFieldAsBinary(int i, int *pnCount) | OGRFeature | |
| GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, int *pnSecond, int *pnTZFlag) | OGRFeature | |
| GetFieldAsDouble(int i) | OGRFeature | |
| GetFieldAsDoubleList(int i, int *pnCount) | OGRFeature | |
| GetFieldAsInteger(int i) | OGRFeature | |
| GetFieldAsIntegerList(int i, int *pnCount) | OGRFeature | |
| GetFieldAsString(int i) | OGRFeature | |
| GetFieldAsStringList(int i) const | OGRFeature | |
| GetFieldCount() | OGRFeature | [inline] |
| GetFieldDefnRef(int iField) | OGRFeature | [inline] |
| GetFieldIndex(const char *pszName) | OGRFeature | [inline] |
| GetGeometryRef() | OGRFeature | [inline] |
| GetRawFieldRef(int i) | OGRFeature | [inline] |
| GetStyleString() | OGRFeature | [virtual] |
| IsFieldSet(int iField) const | OGRFeature | [inline] |
| OGRFeature(OGRFeatureDefn *) | OGRFeature | |
| SetFID(long nFID) | OGRFeature | [virtual] |
| SetField(int i, int nValue) | OGRFeature | |
| SetField(int i, double dfValue) | OGRFeature | |
| SetField(int i, const char *pszValue) | OGRFeature | |
| SetField(int i, int nCount, int *panValues) | OGRFeature | |
| SetField(int i, int nCount, double *padfValues) | OGRFeature | |
| SetField(int i, char **papszValues) | OGRFeature | |
| SetField(int i, OGRField *puValue) | OGRFeature | |
| SetField(int i, int nCount, GByte *pabyBinary) | OGRFeature | |
| SetField(int i, int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, int nSecond=0, int nTZFlag=0) | OGRFeature | |
| SetFrom(OGRFeature *, int=TRUE) | OGRFeature | |
| SetGeometry(OGRGeometry *) | OGRFeature | |
| SetGeometryDirectly(OGRGeometry *) | OGRFeature | |
| SetStyleString(const char *) | OGRFeature | [virtual] |
| SetStyleStringDirectly(char *) | OGRFeature | [virtual] |
| StealGeometry() | OGRFeature | |
| UnsetField(int iField) | OGRFeature | |