|
|
|
|
|
ReleaseResultSet(self,
*args)
ReleaseResultSet(self, OGRLayerShadow layer) |
source code
|
|
int
|
|
char
|
|
|
GetFeatureByGlobalFID(self,
*args)
GetFeatureByGlobalFID(self, GIntBig GFID) -> OGRFeatureShadow |
source code
|
|
|
GetPath(self,
*args,
**kwargs)
GetPath(self, GIntBig nStartFID, GIntBig nEndFID, GraphAlgorithm eAlgorithm, ... |
source code
|
|
CPLErr
|
|
char
|
|
char
|
|
char
|
|
|
CreateLayer(self,
*args,
**kwargs)
CreateLayer(self, char name, OSRSpatialReferenceShadow srs = None, OGRwkbGeometryType geom_type = wkbUnknown, ... |
source code
|
|
|
CopyLayer(self,
*args,
**kwargs)
CopyLayer(self, OGRLayerShadow src_layer, char new_name, char options
= None) -> OGRLayerShadow |
source code
|
|
|
DeleteLayer(self,
*args)
DeleteLayer(self, int index) -> OGRErr |
source code
|
|
int
|
|
|
GetLayerByIndex(self,
*args)
GetLayerByIndex(self, int index = 0) -> OGRLayerShadow |
source code
|
|
|
GetLayerByName(self,
*args)
GetLayerByName(self, char layer_name) -> OGRLayerShadow |
source code
|
|
|
TestCapability(self,
*args)
TestCapability(self, char cap) -> bool |
source code
|
|
|
StartTransaction(self,
*args,
**kwargs)
StartTransaction(self, int force = True) -> OGRErr |
source code
|
|
OGRErr
|
|
OGRErr
|
|
Inherited from MajorObject :
GetDescription ,
GetMetadataDomainList ,
GetMetadataItem ,
GetMetadata_Dict ,
GetMetadata_List ,
SetDescription ,
SetMetadata ,
SetMetadataItem
|