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