GDAL
OGREditableLayer Member List

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

AlterFieldDefn(int iField, OGRFieldDefn *poNewFieldDefn, int nFlags)OGREditableLayervirtual
AttributeFilterEvaluationNeedsGeometry() (defined in OGRLayer)OGRLayer
BuildMetadataDomainList(char **papszList, int bCheckNonEmpty,...) CPL_NULL_TERMINATEDGDALMajorObjectprotected
Clip(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
CommitTransaction() (defined in OGREditableLayer)OGREditableLayervirtual
CreateFeature(OGRFeature *poFeature) CPL_WARN_UNUSED_RESULTOGRLayer
CreateField(OGRFieldDefn *poField, int bApproxOK=TRUE)OGREditableLayervirtual
CreateGeomField(OGRGeomFieldDefn *poField, int bApproxOK=TRUE)OGREditableLayervirtual
DeleteFeature(GIntBig nFID)OGREditableLayervirtual
DeleteField(int iField)OGREditableLayervirtual
Dereference()OGRLayer
DetectNextFID() (defined in OGREditableLayer)OGREditableLayerprotected
Erase(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
FilterGeometry(OGRGeometry *) (defined in OGRLayer)OGRLayerprotected
FindFieldIndex(const char *pszFieldName, int bExactMatch)OGRLayervirtual
GDALMajorObject() (defined in GDALMajorObject)GDALMajorObject
GetBaseLayer() (defined in OGRLayerDecorator)OGRLayerDecoratorinline
GetDescription() const GDALMajorObjectvirtual
GetExtent(int iGeomField, OGREnvelope *psExtent, int bForce=TRUE)OGREditableLayervirtual
GetExtent(OGREnvelope *psExtent, int bForce=TRUE)OGREditableLayervirtual
GetExtentInternal(int iGeomField, OGREnvelope *psExtent, int bForce) (defined in OGRLayer)OGRLayerprotected
GetFeature(GIntBig nFID)OGREditableLayervirtual
GetFeatureCount(int bForce=TRUE)OGREditableLayervirtual
GetFeaturesRead() (defined in OGRLayer)OGRLayer
GetFIDColumn()OGRLayerDecoratorvirtual
GetGeometryColumn()OGREditableLayervirtual
GetGeomType()OGREditableLayervirtual
GetIndex() (defined in OGRLayer)OGRLayerinline
GetLayerDefn()OGREditableLayervirtual
GetMetadata(const char *pszDomain="")OGRLayerDecoratorvirtual
GetMetadataDomainList()GDALMajorObjectvirtual
GetMetadataItem(const char *pszName, const char *pszDomain="")OGRLayerDecoratorvirtual
GetMOFlags() (defined in GDALMajorObject)GDALMajorObject
GetName()OGRLayerDecoratorvirtual
GetNextFeature()OGREditableLayervirtual
GetRefCount() const OGRLayer
GetSpatialFilter()OGREditableLayervirtual
GetSpatialRef()OGREditableLayervirtual
GetSrcGeomFieldIndex(int iGeomField) (defined in OGREditableLayer)OGREditableLayerprotected
GetStyleTable()OGRLayerDecoratorvirtual
ICreateFeature(OGRFeature *poFeature)OGREditableLayervirtual
Identity(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
InitializeIndexSupport(const char *) (defined in OGRLayer)OGRLayer
InstallFilter(OGRGeometry *) (defined in OGRLayer)OGRLayerprotected
Intersection(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
ISetFeature(OGRFeature *poFeature)OGREditableLayervirtual
m_bFilterIsEnvelope (defined in OGRLayer)OGRLayerprotected
m_bHasOwnership (defined in OGRLayerDecorator)OGRLayerDecoratorprotected
m_bStructureModified (defined in OGREditableLayer)OGREditableLayerprotected
m_bSupportsCreateGeomField (defined in OGREditableLayer)OGREditableLayerprotected
m_bSupportsCurveGeometries (defined in OGREditableLayer)OGREditableLayerprotected
m_bTakeOwnershipSynchronizer (defined in OGREditableLayer)OGREditableLayerprotected
m_iGeomFieldFilter (defined in OGRLayer)OGRLayerprotected
m_nFeaturesRead (defined in OGRLayer)OGRLayerprotected
m_nNextFID (defined in OGREditableLayer)OGREditableLayerprotected
m_nRefCount (defined in OGRLayer)OGRLayerprotected
m_oIter (defined in OGREditableLayer)OGREditableLayerprotected
m_oSetCreated (defined in OGREditableLayer)OGREditableLayerprotected
m_oSetDeleted (defined in OGREditableLayer)OGREditableLayerprotected
m_oSetDeletedFields (defined in OGREditableLayer)OGREditableLayerprotected
m_oSetEdited (defined in OGREditableLayer)OGREditableLayerprotected
m_poAttrIndex (defined in OGRLayer)OGRLayerprotected
m_poAttrQuery (defined in OGRLayer)OGRLayerprotected
m_poDecoratedLayer (defined in OGRLayerDecorator)OGRLayerDecoratorprotected
m_poEditableFeatureDefn (defined in OGREditableLayer)OGREditableLayerprotected
m_poFilterGeom (defined in OGRLayer)OGRLayerprotected
m_poMemLayer (defined in OGREditableLayer)OGREditableLayerprotected
m_poStyleTable (defined in OGRLayer)OGRLayerprotected
m_poSynchronizer (defined in OGREditableLayer)OGREditableLayerprotected
m_pPreparedFilterGeom (defined in OGRLayer)OGRLayerprotected
m_pszAttrQueryString (defined in OGRLayer)OGRLayerprotected
m_sFilterEnvelope (defined in OGRLayer)OGRLayerprotected
nFlags (defined in GDALMajorObject)GDALMajorObjectprotected
OGREditableLayer(OGRLayer *poDecoratedLayer, bool bTakeOwnershipDecoratedLayer, IOGREditableLayerSynchronizer *poSynchronizer, bool bTakeOwnershipSynchronizer) (defined in OGREditableLayer)OGREditableLayer
OGRLayer() (defined in OGRLayer)OGRLayer
OGRLayerDecorator(OGRLayer *poDecoratedLayer, int bTakeOwnership) (defined in OGRLayerDecorator)OGRLayerDecorator
oMDMD (defined in GDALMajorObject)GDALMajorObjectprotected
Reference()OGRLayer
ReorderField(int iOldFieldPos, int iNewFieldPos)OGRLayer
ReorderFields(int *panMap)OGREditableLayervirtual
ResetReading()OGREditableLayervirtual
RollbackTransaction() (defined in OGREditableLayer)OGREditableLayervirtual
sDescription (defined in GDALMajorObject)GDALMajorObjectprotected
SetAttributeFilter(const char *)OGREditableLayervirtual
SetDescription(const char *)GDALMajorObjectvirtual
SetFeature(OGRFeature *poFeature) CPL_WARN_UNUSED_RESULTOGRLayer
SetIgnoredFields(const char **papszFields)OGRLayerDecoratorvirtual
SetMetadata(char **papszMetadata, const char *pszDomain="")OGRLayerDecoratorvirtual
SetMetadataItem(const char *pszName, const char *pszValue, const char *pszDomain="")OGRLayerDecoratorvirtual
SetMOFlags(int nFlagsIn) (defined in GDALMajorObject)GDALMajorObject
SetNextByIndex(GIntBig nIndex)OGREditableLayervirtual
SetNextFID(GIntBig nNextFID) (defined in OGREditableLayer)OGREditableLayer
SetSpatialFilter(OGRGeometry *)OGREditableLayervirtual
SetSpatialFilter(int iGeomField, OGRGeometry *)OGREditableLayervirtual
SetSpatialFilterRect(double dfMinX, double dfMinY, double dfMaxX, double dfMaxY)OGREditableLayervirtual
SetSpatialFilterRect(int iGeomField, double dfMinX, double dfMinY, double dfMaxX, double dfMaxY)OGREditableLayervirtual
SetStyleTable(OGRStyleTable *poStyleTable)OGRLayerDecoratorvirtual
SetStyleTableDirectly(OGRStyleTable *poStyleTable)OGRLayerDecoratorvirtual
SetSupportsCreateGeomField(bool SupportsCreateGeomField) (defined in OGREditableLayer)OGREditableLayer
SetSupportsCurveGeometries(bool bSupportsCurveGeometries) (defined in OGREditableLayer)OGREditableLayer
StartTransaction() (defined in OGREditableLayer)OGREditableLayervirtual
SymDifference(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)OGRLayer
SyncToDisk()OGREditableLayervirtual
TestCapability(const char *)OGREditableLayervirtual
Translate(OGRFeatureDefn *poTargetDefn, OGRFeature *poSrcFeature, bool bCanStealSrcFeature, bool bHideDeletedFields) (defined in OGREditableLayer)OGREditableLayerprotected
Union(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
Update(OGRLayer *pLayerMethod, OGRLayer *pLayerResult, char **papszOptions=NULL, GDALProgressFunc pfnProgress=NULL, void *pProgressArg=NULL)OGRLayer
~GDALMajorObject() (defined in GDALMajorObject)GDALMajorObjectvirtual
~OGREditableLayer() (defined in OGREditableLayer)OGREditableLayervirtual
~OGRLayer() (defined in OGRLayer)OGRLayervirtual
~OGRLayerDecorator() (defined in OGRLayerDecorator)OGRLayerDecoratorvirtual

Generated for GDAL by doxygen 1.8.9.1.