|
GDAL
|
This is the complete list of members for OGRFeature, including all inherited members.
| Clone() CPL_WARN_UNUSED_RESULT | OGRFeature | |
| CreateFeature(OGRFeatureDefn *) | OGRFeature | static |
| DestroyFeature(OGRFeature *) | OGRFeature | static |
| DumpReadable(FILE *, char **papszOptions=NULL) | OGRFeature | |
| Equal(OGRFeature *poFeature) | OGRFeature | virtual |
| FillUnsetWithDefault(int bNotNullableOnly, char **papszOptions) | OGRFeature | |
| 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) (defined in OGRFeature) | OGRFeature | |
| GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, float *pfSecond, int *pnTZFlag) | OGRFeature | |
| GetFieldAsDouble(int i) | OGRFeature | |
| GetFieldAsDouble(const char *pszFName) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsDoubleList(int i, int *pnCount) | OGRFeature | |
| GetFieldAsDoubleList(const char *pszFName, int *pnCount) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsInteger(int i) | OGRFeature | |
| GetFieldAsInteger(const char *pszFName) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsInteger64(int i) | OGRFeature | |
| GetFieldAsInteger64(const char *pszFName) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsInteger64List(int i, int *pnCount) | OGRFeature | |
| GetFieldAsInteger64List(const char *pszFName, int *pnCount) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsIntegerList(int i, int *pnCount) | OGRFeature | |
| GetFieldAsIntegerList(const char *pszFName, int *pnCount) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsString(int i) | OGRFeature | |
| GetFieldAsString(const char *pszFName) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldAsStringList(int i) | OGRFeature | |
| GetFieldAsStringList(const char *pszFName) (defined in OGRFeature) | OGRFeature | inline |
| GetFieldCount() | OGRFeature | inline |
| GetFieldDefnRef(int iField) | OGRFeature | inline |
| GetFieldIndex(const char *pszName) | OGRFeature | inline |
| GetGeometryRef() | OGRFeature | |
| GetGeomFieldCount() | OGRFeature | inline |
| GetGeomFieldDefnRef(int iField) | OGRFeature | inline |
| GetGeomFieldIndex(const char *pszName) | OGRFeature | inline |
| GetGeomFieldRef(int iField) | OGRFeature | |
| GetGeomFieldRef(const char *pszFName) | OGRFeature | |
| GetNativeData() const | OGRFeature | inline |
| GetNativeMediaType() const | OGRFeature | inline |
| GetRawFieldRef(int i) | OGRFeature | inline |
| GetStyleString() | OGRFeature | virtual |
| GetStyleTable() (defined in OGRFeature) | OGRFeature | inlinevirtual |
| IsFieldSet(int iField) | OGRFeature | |
| m_poStyleTable (defined in OGRFeature) | OGRFeature | protected |
| m_pszStyleString (defined in OGRFeature) | OGRFeature | protected |
| m_pszTmpFieldValue (defined in OGRFeature) | OGRFeature | protected |
| OGRFeature(OGRFeatureDefn *) | OGRFeature | |
| RemapFields(OGRFeatureDefn *poNewDefn, int *panRemapSource) (defined in OGRFeature) | OGRFeature | |
| RemapGeomFields(OGRFeatureDefn *poNewDefn, int *panRemapSource) (defined in OGRFeature) | OGRFeature | |
| SetFID(GIntBig nFIDIn) | OGRFeature | virtual |
| SetField(int i, int nValue) | OGRFeature | |
| SetField(int i, GIntBig 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, const GIntBig *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, float fSecond=0.f, int nTZFlag=0) | OGRFeature | |
| SetField(const char *pszFName, int nValue) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, GIntBig nValue) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, double dfValue) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, const char *pszValue) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, int nCount, int *panValues) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, int nCount, const GIntBig *panValues) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, int nCount, double *padfValues) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, char **papszValues) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, OGRField *puValue) (defined in OGRFeature) | OGRFeature | inline |
| SetField(const char *pszFName, int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, float fSecond=0.f, int nTZFlag=0) (defined in OGRFeature) | OGRFeature | inline |
| SetFieldsFrom(OGRFeature *, int *, int=TRUE) | OGRFeature | |
| SetFrom(OGRFeature *, int=TRUE) | OGRFeature | |
| SetFrom(OGRFeature *, int *, int=TRUE) | OGRFeature | |
| SetGeometry(OGRGeometry *) | OGRFeature | |
| SetGeometryDirectly(OGRGeometry *) | OGRFeature | |
| SetGeomField(int iField, OGRGeometry *) | OGRFeature | |
| SetGeomFieldDirectly(int iField, OGRGeometry *) | OGRFeature | |
| SetNativeData(const char *pszNativeData) | OGRFeature | |
| SetNativeMediaType(const char *pszNativeMediaType) | OGRFeature | |
| SetStyleString(const char *) | OGRFeature | virtual |
| SetStyleStringDirectly(char *) | OGRFeature | virtual |
| SetStyleTable(OGRStyleTable *poStyleTable) (defined in OGRFeature) | OGRFeature | virtual |
| SetStyleTableDirectly(OGRStyleTable *poStyleTable) (defined in OGRFeature) | OGRFeature | virtual |
| StealGeometry() CPL_WARN_UNUSED_RESULT | OGRFeature | |
| StealGeometry(int iField) (defined in OGRFeature) | OGRFeature | |
| UnsetField(int iField) | OGRFeature | |
| Validate(int nValidateFlags, int bEmitError) | OGRFeature | |
| ~OGRFeature() (defined in OGRFeature) | OGRFeature | virtual |
1.8.13.