Package osgeo :: Module ogr :: Class GeomFieldDefn
[hide private]
[frames] | no frames]

Class GeomFieldDefn

source code


Proxy of C++ OGRGeomFieldDefnShadow class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args, **kwargs)
__init__(self, char name_null_ok = "", OGRwkbGeometryType field_type = wkbUnknown) -> GeomFieldDefn
source code
char
GetName(self) source code
char
GetNameRef(self) source code
 
SetName(self, *args)
SetName(self, char name)
source code
OGRwkbGeometryType
GetType(self) source code
 
SetType(self, *args)
SetType(self, OGRwkbGeometryType type)
source code
SpatialReference
GetSpatialRef(self) source code
 
SetSpatialRef(self, *args)
SetSpatialRef(self, SpatialReference srs)
source code
int
IsIgnored(self) source code
 
SetIgnored(self, *args)
SetIgnored(self, int bIgnored)
source code
int
IsNullable(self) source code
 
SetNullable(self, *args)
SetNullable(self, int bNullable)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _ogr.delete_GeomFieldDefn
  __del__ = lambda self:
  type = property(GetType, SetType)
  name = property(GetName, SetName)
  srs = property(GetSpatialRef, SetSpatialRef)