GDAL
|
This is the complete list of members for OGRFieldDefn, including all inherited members.
FromHandle(OGRFieldDefnH hFieldDefn) | OGRFieldDefn | inlinestatic |
GetDefault() const | OGRFieldDefn | |
GetFieldSubTypeName(OGRFieldSubType) | OGRFieldDefn | static |
GetFieldTypeName(OGRFieldType) | OGRFieldDefn | static |
GetJustify() const | OGRFieldDefn | inline |
GetNameRef() const | OGRFieldDefn | inline |
GetPrecision() const | OGRFieldDefn | inline |
GetSubType() const | OGRFieldDefn | inline |
GetType() const | OGRFieldDefn | inline |
GetWidth() const | OGRFieldDefn | inline |
IsDefaultDriverSpecific() const | OGRFieldDefn | |
IsIgnored() const | OGRFieldDefn | inline |
IsNullable() const | OGRFieldDefn | inline |
IsSame(const OGRFieldDefn *) const | OGRFieldDefn | |
OGRFieldDefn(const char *, OGRFieldType) | OGRFieldDefn | |
OGRFieldDefn(const OGRFieldDefn *) | OGRFieldDefn | explicit |
Set(const char *, OGRFieldType, int=0, int=0, OGRJustification=OJUndefined) | OGRFieldDefn | |
SetDefault(const char *) | OGRFieldDefn | |
SetIgnored(int bIgnoreIn) | OGRFieldDefn | inline |
SetJustify(OGRJustification eJustifyIn) | OGRFieldDefn | inline |
SetName(const char *) | OGRFieldDefn | |
SetNullable(int bNullableIn) | OGRFieldDefn | inline |
SetPrecision(int nPrecisionIn) | OGRFieldDefn | inline |
SetSubType(OGRFieldSubType eSubTypeIn) | OGRFieldDefn | |
SetType(OGRFieldType eTypeIn) | OGRFieldDefn | |
SetWidth(int nWidthIn) | OGRFieldDefn | inline |
ToHandle(OGRFieldDefn *poFieldDefn) | OGRFieldDefn | inlinestatic |
~OGRFieldDefn() (defined in OGRFieldDefn) | OGRFieldDefn |