Example #1
0
 def type_name(self):
     "Return the OGR field type name for this Field."
     return capi.get_field_type_name(self.type)
Example #2
0
 def type_name(self):
     "Return the OGR field type name for this Field."
     return capi.get_field_type_name(self.type)
Example #3
0
from ctypes import byref, c_int