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