Clone() | OGRFeature | |
CreateFeature(OGRFeatureDefn *) | OGRFeature | [static] |
DestroyFeature(OGRFeature *) | OGRFeature | [static] |
DumpReadable(FILE *) | OGRFeature | |
Equal(OGRFeature *poFeature) | OGRFeature | [virtual] |
GetDefnRef() | OGRFeature | [inline] |
GetFID() | OGRFeature | [inline] |
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) | 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) | 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 | |
SetFrom(OGRFeature *, int=TRUE) | OGRFeature | |
SetGeometry(OGRGeometry *) | OGRFeature | |
SetGeometryDirectly(OGRGeometry *) | OGRFeature | |
SetStyleString(const char *) | OGRFeature | [virtual] |
StealGeometry() | OGRFeature | |
UnsetField(int iField) | OGRFeature | |