Package osgeo :: Module gnm :: Class Network
[hide private]
[frames] | no frames]

Class Network

source code


Proxy of C++ GNMNetworkShadow class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self) source code
 
ReleaseResultSet(self, *args)
ReleaseResultSet(self, OGRLayerShadow layer)
source code
int
GetVersion(self) source code
char
GetName(self) source code
 
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
DisconnectAll(self) source code
char
GetProjection(self) source code
char
GetProjectionRef(self) source code
char
GetFileList(self) source code
 
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
GetLayerCount(self) source code
 
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
CommitTransaction(self) source code
OGRErr
RollbackTransaction(self) source code

Inherited from MajorObject: GetDescription, GetMetadataDomainList, GetMetadataItem, GetMetadata_Dict, GetMetadata_List, SetDescription, SetMetadata, SetMetadataItem

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _gnm.delete_Network
  __del__ = lambda self:
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: MajorObject.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: _swig_repr

GetPath(self, *args, **kwargs)

source code 

GetPath(self, GIntBig nStartFID, GIntBig nEndFID, GraphAlgorithm eAlgorithm, 
    char options = None) -> OGRLayerShadow

CreateLayer(self, *args, **kwargs)

source code 

CreateLayer(self, char name, OSRSpatialReferenceShadow srs = None, OGRwkbGeometryType geom_type = wkbUnknown, 
    char options = None) -> OGRLayerShadow