Exemplo n.º 1
0
        public string GetAuthorityName(string target_key)
        {
            string ret = OsrPINVOKE.SpatialReference_GetAuthorityName(swigCPtr, target_key);

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