OGR
|
Additional Inherited Members | |
![]() | |
OGRGeomFieldDefn (const char *pszNameIn, OGRwkbGeometryType eGeomTypeIn) | |
Constructor. More... | |
OGRGeomFieldDefn (OGRGeomFieldDefn *) | |
Constructor. More... | |
void | SetName (const char *) |
Reset the name of this field. More... | |
const char * | GetNameRef () |
Fetch name of this field. More... | |
OGRwkbGeometryType | GetType () |
Fetch geometry type of this field. More... | |
void | SetType (OGRwkbGeometryType eTypeIn) |
Set the geometry type of this field. This should never be done to an OGRGeomFieldDefn that is already part of an OGRFeatureDefn. More... | |
virtual OGRSpatialReference * | GetSpatialRef () |
Fetch spatial reference system of this field. More... | |
void | SetSpatialRef (OGRSpatialReference *poSRS) |
Set the spatial reference of this field. More... | |
int | IsIgnored () |
Return whether this field should be omitted when fetching features. More... | |
void | SetIgnored (int bIgnore) |
Set whether this field should be omitted when fetching features. More... | |
int | IsSame (OGRGeomFieldDefn *) |
Test if the geometry field definition is identical to the other one. More... | |