GDAL
OGRFeature Member List

This is the complete list of members for OGRFeature, including all inherited members.

begin() constOGRFeature
Clone() constOGRFeature
CopySelfTo(OGRFeature *poNew) constOGRFeatureprotected
CreateFeature(OGRFeatureDefn *)OGRFeaturestatic
DeserializeFromBinary(const GByte *pabyBuffer, size_t nSize)OGRFeature
DestroyFeature(OGRFeature *)OGRFeaturestatic
DumpReadable(FILE *, CSLConstList papszOptions=nullptr) constOGRFeature
DumpReadableAsString(CSLConstList papszOptions=nullptr) constOGRFeature
end() constOGRFeature
Equal(const OGRFeature *poFeature) constOGRFeaturevirtual
FillUnsetWithDefault(int bNotNullableOnly, char **papszOptions)OGRFeature
FromHandle(OGRFeatureH hFeature)OGRFeatureinlinestatic
GetDefnRef()OGRFeatureinline
GetDefnRef() constOGRFeatureinline
GetFID() constOGRFeatureinline
GetFieldAsBinary(int i, int *pnCount) constOGRFeature
GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, int *pnSecond, int *pnTZFlag) constOGRFeature
GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, float *pfSecond, int *pnTZFlag) constOGRFeature
GetFieldAsDouble(int i) constOGRFeature
GetFieldAsDouble(const char *pszFName) constOGRFeatureinline
GetFieldAsDoubleList(int i, int *pnCount) constOGRFeature
GetFieldAsDoubleList(const char *pszFName, int *pnCount) constOGRFeatureinline
GetFieldAsInteger(int i) constOGRFeature
GetFieldAsInteger(const char *pszFName) constOGRFeatureinline
GetFieldAsInteger64(int i) constOGRFeature
GetFieldAsInteger64(const char *pszFName) constOGRFeatureinline
GetFieldAsInteger64List(int i, int *pnCount) constOGRFeature
GetFieldAsInteger64List(const char *pszFName, int *pnCount) constOGRFeatureinline
GetFieldAsIntegerList(int i, int *pnCount) constOGRFeature
GetFieldAsIntegerList(const char *pszFName, int *pnCount) constOGRFeatureinline
GetFieldAsISO8601DateTime(int i, CSLConstList papszOptions) constOGRFeature
GetFieldAsISO8601DateTime(const char *pszFName, CSLConstList papszOptions) constOGRFeatureinline
GetFieldAsSerializedJSon(int i) constOGRFeature
GetFieldAsString(int i) constOGRFeature
GetFieldAsString(const char *pszFName) constOGRFeatureinline
GetFieldAsStringList(int i) constOGRFeature
GetFieldAsStringList(const char *pszFName) constOGRFeatureinline
GetFieldCount() constOGRFeatureinline
GetFieldDefnRef(int iField) constOGRFeatureinline
GetFieldDefnRef(int iField)OGRFeatureinline
GetFieldIndex(const char *pszName) constOGRFeatureinline
GetGeometryRef()OGRFeature
GetGeometryRef() constOGRFeature
GetGeomFieldCount() constOGRFeatureinline
GetGeomFieldDefnRef(int iField)OGRFeatureinline
GetGeomFieldDefnRef(int iField) constOGRFeatureinline
GetGeomFieldIndex(const char *pszName) constOGRFeatureinline
GetGeomFieldRef(int iField)OGRFeature
GetGeomFieldRef(int iField) constOGRFeature
GetGeomFieldRef(const char *pszFName)OGRFeature
GetGeomFieldRef(const char *pszFName) constOGRFeature
GetNativeData() constOGRFeatureinline
GetNativeMediaType() constOGRFeatureinline
GetRawFieldRef(int i)OGRFeatureinline
GetRawFieldRef(int i) constOGRFeatureinline
GetStyleString() constOGRFeaturevirtual
GetStyleTable() constOGRFeatureinlinevirtual
IsFieldNull(int iField) constOGRFeature
IsFieldSet(int iField) constOGRFeature
IsFieldSetAndNotNull(int iField) constOGRFeature
OGRFeature(OGRFeatureDefn *)OGRFeatureexplicit
operator[](int iField) constOGRFeature
operator[](int iField)OGRFeature
operator[](const char *pszFieldName) constOGRFeature
operator[](const char *pszFieldName)OGRFeature
Reset()OGRFeature
SerializeToBinary(std::vector< GByte > &abyBuffer) constOGRFeature
SetFID(GIntBig nFIDIn)OGRFeaturevirtual
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, const int *panValues)OGRFeature
SetField(int i, int nCount, const GIntBig *panValues)OGRFeature
SetField(int i, int nCount, const double *padfValues)OGRFeature
SetField(int i, const char *const *papszValues)OGRFeature
SetField(int i, const OGRField *puValue)OGRFeature
SetField(int i, int nCount, const void *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)OGRFeatureinline
SetField(const char *pszFName, GIntBig nValue)OGRFeatureinline
SetField(const char *pszFName, double dfValue)OGRFeatureinline
SetField(const char *pszFName, const char *pszValue)OGRFeatureinline
SetField(const char *pszFName, int nCount, const int *panValues)OGRFeatureinline
SetField(const char *pszFName, int nCount, const GIntBig *panValues)OGRFeatureinline
SetField(const char *pszFName, int nCount, const double *padfValues)OGRFeatureinline
SetField(const char *pszFName, const char *const *papszValues)OGRFeatureinline
SetField(const char *pszFName, const OGRField *puValue)OGRFeatureinline
SetField(const char *pszFName, int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, float fSecond=0.f, int nTZFlag=0)OGRFeatureinline
SetFieldNull(int iField)OGRFeature
SetFieldsFrom(const OGRFeature *, const int *panMap, int bForgiving=TRUE, bool bUseISO8601ForDateTimeAsString=false)OGRFeature
SetFrom(const OGRFeature *, int bForgiving=TRUE)OGRFeature
SetFrom(const OGRFeature *, const int *panMap, int bForgiving=TRUE, bool bUseISO8601ForDateTimeAsString=false)OGRFeature
SetGeometry(const OGRGeometry *)OGRFeature
SetGeometryDirectly(OGRGeometry *)OGRFeature
SetGeomField(int iField, const OGRGeometry *)OGRFeature
SetGeomFieldDirectly(int iField, OGRGeometry *)OGRFeature
SetNativeData(const char *pszNativeData)OGRFeature
SetNativeMediaType(const char *pszNativeMediaType)OGRFeature
SetStyleString(const char *)OGRFeaturevirtual
SetStyleStringDirectly(char *)OGRFeaturevirtual
SetStyleTable(OGRStyleTable *poStyleTable)OGRFeaturevirtual
SetStyleTableDirectly(OGRStyleTable *poStyleTable)OGRFeaturevirtual
StealGeometry()OGRFeature
StealGeometry(int iField)OGRFeature
ToHandle(OGRFeature *poFeature)OGRFeatureinlinestatic
UnsetField(int iField)OGRFeature
Validate(int nValidateFlags, int bEmitError) constOGRFeature
~OGRFeature() (defined in OGRFeature)OGRFeaturevirtual