Example #1
0
 public void SetGeomType(wkbGeometryType geom_type)
 {
     OgrPINVOKE.FeatureDefn_SetGeomType(swigCPtr, (int)geom_type);
     if (OgrPINVOKE.SWIGPendingException.Pending)
     {
         throw OgrPINVOKE.SWIGPendingException.Retrieve();
     }
 }