GDAL
|
This is the complete list of members for OGRFeature, including all inherited members.
begin() const | OGRFeature | |
Clone() const CPL_WARN_UNUSED_RESULT | OGRFeature | |
CopySelfTo(OGRFeature *poNew) const | OGRFeature | protected |
CreateFeature(OGRFeatureDefn *) | OGRFeature | static |
DestroyFeature(OGRFeature *) | OGRFeature | static |
DumpReadable(FILE *, char **papszOptions=nullptr) const | OGRFeature | |
end() const | OGRFeature | |
Equal(const OGRFeature *poFeature) const | OGRFeature | virtual |
FillUnsetWithDefault(int bNotNullableOnly, char **papszOptions) | OGRFeature | |
FromHandle(OGRFeatureH hFeature) | OGRFeature | inlinestatic |
GetDefnRef() | OGRFeature | inline |
GetDefnRef() const | OGRFeature | inline |
GetFID() const | OGRFeature | inline |
GetFieldAsBinary(int i, int *pnCount) const | OGRFeature | |
GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, int *pnSecond, int *pnTZFlag) const | OGRFeature | |
GetFieldAsDateTime(int i, int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, float *pfSecond, int *pnTZFlag) const | OGRFeature | |
GetFieldAsDouble(int i) const | OGRFeature | |
GetFieldAsDouble(const char *pszFName) const | OGRFeature | inline |
GetFieldAsDoubleList(int i, int *pnCount) const | OGRFeature | |
GetFieldAsDoubleList(const char *pszFName, int *pnCount) const | OGRFeature | inline |
GetFieldAsInteger(int i) const | OGRFeature | |
GetFieldAsInteger(const char *pszFName) const | OGRFeature | inline |
GetFieldAsInteger64(int i) const | OGRFeature | |
GetFieldAsInteger64(const char *pszFName) const | OGRFeature | inline |
GetFieldAsInteger64List(int i, int *pnCount) const | OGRFeature | |
GetFieldAsInteger64List(const char *pszFName, int *pnCount) const | OGRFeature | inline |
GetFieldAsIntegerList(int i, int *pnCount) const | OGRFeature | |
GetFieldAsIntegerList(const char *pszFName, int *pnCount) const | OGRFeature | inline |
GetFieldAsSerializedJSon(int i) const | OGRFeature | |
GetFieldAsString(int i) const | OGRFeature | |
GetFieldAsString(const char *pszFName) const | OGRFeature | inline |
GetFieldAsStringList(int i) const | OGRFeature | |
GetFieldAsStringList(const char *pszFName) const | OGRFeature | inline |
GetFieldCount() const | OGRFeature | inline |
GetFieldDefnRef(int iField) const | OGRFeature | inline |
GetFieldDefnRef(int iField) | OGRFeature | inline |
GetFieldIndex(const char *pszName) const | OGRFeature | inline |
GetGeometryRef() | OGRFeature | |
GetGeometryRef() const | OGRFeature | |
GetGeomFieldCount() const | OGRFeature | inline |
GetGeomFieldDefnRef(int iField) | OGRFeature | inline |
GetGeomFieldDefnRef(int iField) const | OGRFeature | inline |
GetGeomFieldIndex(const char *pszName) const | OGRFeature | inline |
GetGeomFieldRef(int iField) | OGRFeature | |
GetGeomFieldRef(int iField) const | OGRFeature | |
GetGeomFieldRef(const char *pszFName) | OGRFeature | |
GetGeomFieldRef(const char *pszFName) const | OGRFeature | |
GetNativeData() const | OGRFeature | inline |
GetNativeMediaType() const | OGRFeature | inline |
GetRawFieldRef(int i) | OGRFeature | inline |
GetRawFieldRef(int i) const | OGRFeature | inline |
GetStyleString() const | OGRFeature | virtual |
GetStyleTable() const | OGRFeature | inlinevirtual |
IsFieldNull(int iField) const | OGRFeature | |
IsFieldSet(int iField) const | OGRFeature | |
IsFieldSetAndNotNull(int iField) const | OGRFeature | |
OGRFeature(OGRFeatureDefn *) | OGRFeature | explicit |
operator[](int iField) const | OGRFeature | |
operator[](int iField) | OGRFeature | |
operator[](const char *pszFieldName) const | OGRFeature | |
operator[](const char *pszFieldName) | 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, 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, 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) | OGRFeature | inline |
SetField(const char *pszFName, GIntBig nValue) | OGRFeature | inline |
SetField(const char *pszFName, double dfValue) | OGRFeature | inline |
SetField(const char *pszFName, const char *pszValue) | OGRFeature | inline |
SetField(const char *pszFName, int nCount, const int *panValues) | OGRFeature | inline |
SetField(const char *pszFName, int nCount, const GIntBig *panValues) | OGRFeature | inline |
SetField(const char *pszFName, int nCount, const double *padfValues) | OGRFeature | inline |
SetField(const char *pszFName, const char *const *papszValues) | OGRFeature | inline |
SetField(const char *pszFName, OGRField *puValue) | 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) | OGRFeature | inline |
SetFieldNull(int iField) | OGRFeature | |
SetFieldsFrom(const OGRFeature *, const int *, int=TRUE) | OGRFeature | |
SetFrom(const OGRFeature *, int=TRUE) | OGRFeature | |
SetFrom(const OGRFeature *, const int *, int=TRUE) | 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 *) | OGRFeature | virtual |
SetStyleStringDirectly(char *) | OGRFeature | virtual |
SetStyleTable(OGRStyleTable *poStyleTable) | OGRFeature | virtual |
SetStyleTableDirectly(OGRStyleTable *poStyleTable) | OGRFeature | virtual |
StealGeometry() CPL_WARN_UNUSED_RESULT | OGRFeature | |
StealGeometry(int iField) | OGRFeature | |
ToHandle(OGRFeature *poFeature) | OGRFeature | inlinestatic |
UnsetField(int iField) | OGRFeature | |
Validate(int nValidateFlags, int bEmitError) const | OGRFeature | |
~OGRFeature() (defined in OGRFeature) | OGRFeature | virtual |