Пример #1
0
        public Feature Clone()
        {
            IntPtr  cPtr = OgrPINVOKE.Feature_Clone(swigCPtr);
            Feature ret  = (cPtr == IntPtr.Zero) ? null : new Feature(cPtr, true, ThisOwn_true());

            if (OgrPINVOKE.SWIGPendingException.Pending)
            {
                throw OgrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }