⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcss.tli

📁 GemoMedia 应用 演示了其使用方法
💻 TLI
📖 第 1 页 / 共 5 页
字号:
inline void ProjSpace::PutStandPar1Str ( _bstr_t _arg1 ) {
    _com_dispatch_method(this, 0x1e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)_arg1);
}

#pragma implementation_key(106)
inline double ProjSpace::GetStandPar1 ( ) {
    double _result;
    _com_dispatch_method(this, 0x1f, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(107)
inline void ProjSpace::PutStandPar1 ( double _arg1 ) {
    _com_dispatch_method(this, 0x1f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(108)
inline _bstr_t ProjSpace::GetStandPar2Str ( ) {
    BSTR _result;
    _com_dispatch_method(this, 0x20, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
    return _bstr_t(_result, false);
}

#pragma implementation_key(109)
inline void ProjSpace::PutStandPar2Str ( _bstr_t _arg1 ) {
    _com_dispatch_method(this, 0x20, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)_arg1);
}

#pragma implementation_key(110)
inline double ProjSpace::GetStandPar2 ( ) {
    double _result;
    _com_dispatch_method(this, 0x21, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(111)
inline void ProjSpace::PutStandPar2 ( double _arg1 ) {
    _com_dispatch_method(this, 0x21, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(112)
inline _bstr_t ProjSpace::GetLatOfTrueScaleStr ( ) {
    BSTR _result;
    _com_dispatch_method(this, 0x22, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
    return _bstr_t(_result, false);
}

#pragma implementation_key(113)
inline void ProjSpace::PutLatOfTrueScaleStr ( _bstr_t _arg1 ) {
    _com_dispatch_method(this, 0x22, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)_arg1);
}

#pragma implementation_key(114)
inline double ProjSpace::GetLatOfTrueScale ( ) {
    double _result;
    _com_dispatch_method(this, 0x23, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(115)
inline void ProjSpace::PutLatOfTrueScale ( double _arg1 ) {
    _com_dispatch_method(this, 0x23, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(116)
inline _bstr_t ProjSpace::GetAzimuthAngStr ( ) {
    BSTR _result;
    _com_dispatch_method(this, 0x24, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
    return _bstr_t(_result, false);
}

#pragma implementation_key(117)
inline void ProjSpace::PutAzimuthAngStr ( _bstr_t _arg1 ) {
    _com_dispatch_method(this, 0x24, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)_arg1);
}

#pragma implementation_key(118)
inline double ProjSpace::GetAzimuthAng ( ) {
    double _result;
    _com_dispatch_method(this, 0x25, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(119)
inline void ProjSpace::PutAzimuthAng ( double _arg1 ) {
    _com_dispatch_method(this, 0x25, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(120)
inline _bstr_t ProjSpace::GetExtendProjRotStr ( ) {
    BSTR _result;
    _com_dispatch_method(this, 0x26, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
    return _bstr_t(_result, false);
}

#pragma implementation_key(121)
inline void ProjSpace::PutExtendProjRotStr ( _bstr_t _arg1 ) {
    _com_dispatch_method(this, 0x26, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)_arg1);
}

#pragma implementation_key(122)
inline double ProjSpace::GetExtendProjRot ( ) {
    double _result;
    _com_dispatch_method(this, 0x27, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(123)
inline void ProjSpace::PutExtendProjRot ( double _arg1 ) {
    _com_dispatch_method(this, 0x27, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(124)
inline ProjAlgorithmStringsPtr ProjSpace::GetProjAlgorithmStrings ( ) {
    struct ProjAlgorithmStrings * _result;
    _com_dispatch_method(this, 0x28, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&_result, NULL);
    return ProjAlgorithmStringsPtr(_result, false);
}

#pragma implementation_key(125)
inline enum CSAzimuthDefinitionModeConstants ProjSpace::GetAzimuthDefinitionMode ( ) {
    enum CSAzimuthDefinitionModeConstants _result;
    _com_dispatch_method(this, 0x29, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(126)
inline void ProjSpace::PutAzimuthDefinitionMode ( enum CSAzimuthDefinitionModeConstants _arg1 ) {
    _com_dispatch_method(this, 0x29, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0003", _arg1);
}

#pragma implementation_key(127)
inline double ProjSpace::GetLatPoint1 ( ) {
    double _result;
    _com_dispatch_method(this, 0x2a, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(128)
inline void ProjSpace::PutLatPoint1 ( double _arg1 ) {
    _com_dispatch_method(this, 0x2a, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(129)
inline double ProjSpace::GetLatPoint2 ( ) {
    double _result;
    _com_dispatch_method(this, 0x2b, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(130)
inline void ProjSpace::PutLatPoint2 ( double _arg1 ) {
    _com_dispatch_method(this, 0x2b, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(131)
inline double ProjSpace::GetLonPoint1 ( ) {
    double _result;
    _com_dispatch_method(this, 0x2c, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(132)
inline void ProjSpace::PutLonPoint1 ( double _arg1 ) {
    _com_dispatch_method(this, 0x2c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(133)
inline double ProjSpace::GetLonPoint2 ( ) {
    double _result;
    _com_dispatch_method(this, 0x2d, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(134)
inline void ProjSpace::PutLonPoint2 ( double _arg1 ) {
    _com_dispatch_method(this, 0x2d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(135)
inline double ProjSpace::GetGeomHeightOrigin ( ) {
    double _result;
    _com_dispatch_method(this, 0x2e, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(136)
inline void ProjSpace::PutGeomHeightOrigin ( double _arg1 ) {
    _com_dispatch_method(this, 0x2e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(137)
inline double ProjSpace::GetGeomHeightPoint1 ( ) {
    double _result;
    _com_dispatch_method(this, 0x2f, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(138)
inline void ProjSpace::PutGeomHeightPoint1 ( double _arg1 ) {
    _com_dispatch_method(this, 0x2f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(139)
inline double ProjSpace::GetGeomHeightPoint2 ( ) {
    double _result;
    _com_dispatch_method(this, 0x30, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(140)
inline void ProjSpace::PutGeomHeightPoint2 ( double _arg1 ) {
    _com_dispatch_method(this, 0x30, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

#pragma implementation_key(141)
inline double ProjSpace::GetGeogRadiusStdCircle ( ) {
    double _result;
    _com_dispatch_method(this, 0x31, DISPATCH_PROPERTYGET, VT_R8, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(142)
inline void ProjSpace::PutGeogRadiusStdCircle ( double _arg1 ) {
    _com_dispatch_method(this, 0x31, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0005", _arg1);
}

//
// interface IGMProjSpace2 wrapper method implementations
//

#pragma implementation_key(143)
inline enum CSAzimuthDefinitionModeConstants IGMProjSpace2::GetAzimuthDefinitionMode ( ) {
    enum CSAzimuthDefinitionModeConstants _result;
    HRESULT _hr = get_AzimuthDefinitionMode(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(144)
inline void IGMProjSpace2::PutAzimuthDefinitionMode ( enum CSAzimuthDefinitionModeConstants pAzimuthDefinitionMode ) {
    HRESULT _hr = put_AzimuthDefinitionMode(pAzimuthDefinitionMode);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(145)
inline double IGMProjSpace2::GetLatPoint1 ( ) {
    double _result;
    HRESULT _hr = get_LatPoint1(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(146)
inline void IGMProjSpace2::PutLatPoint1 ( double pLatPoint1 ) {
    HRESULT _hr = put_LatPoint1(pLatPoint1);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(147)
inline double IGMProjSpace2::GetLatPoint2 ( ) {
    double _result;
    HRESULT _hr = get_LatPoint2(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(148)
inline void IGMProjSpace2::PutLatPoint2 ( double pLatPoint2 ) {
    HRESULT _hr = put_LatPoint2(pLatPoint2);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(149)
inline double IGMProjSpace2::GetLonPoint1 ( ) {
    double _result;
    HRESULT _hr = get_LonPoint1(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(150)
inline void IGMProjSpace2::PutLonPoint1 ( double pLonPoint1 ) {
    HRESULT _hr = put_LonPoint1(pLonPoint1);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(151)
inline double IGMProjSpace2::GetLonPoint2 ( ) {
    double _result;
    HRESULT _hr = get_LonPoint2(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(152)
inline void IGMProjSpace2::PutLonPoint2 ( double pLonPoint2 ) {
    HRESULT _hr = put_LonPoint2(pLonPoint2);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface IGMProjSpace3 wrapper method implementations
//

#pragma implementation_key(153)
inline double IGMProjSpace3::GetGeomHeightOrigin ( ) {
    double _result;
    HRESULT _hr = get_GeomHeightOrigin(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(154)
inline void IGMProjSpace3::PutGeomHeightOrigin ( double pGeomHeightOrigin ) {
    HRESULT _hr = put_GeomHeightOrigin(pGeomHeightOrigin);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(155)
inline double IGMProjSpace3::GetGeomHeightPoint1 ( ) {
    double _result;
    HRESULT _hr = get_GeomHeightPoint1(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(156)
inline void IGMProjSpace3::PutGeomHeightPoint1 ( double pGeomHeightPoint1 ) {
    HRESULT _hr = put_GeomHeightPoint1(pGeomHeightPoint1);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(157)
inline double IGMProjSpace3::GetGeomHeightPoint2 ( ) {
    double _result;
    HRESULT _hr = get_GeomHeightPoint2(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(158)
inline void IGMProjSpace3::PutGeomHeightPoint2 ( double pGeomHeightPoint2 ) {
    HRESULT _hr = put_GeomHeightPoint2(pGeomHeightPoint2);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface IGMProjSpace4 wrapper method implementations
//

#pragma implementation_key(159)
inline double IGMProjSpace4::GetGeogRadiusStdCircle ( ) {
    double _result;
    HRESULT _hr = get_GeogRadiusStdCircle(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(160)
inline void IGMProjSpace4::PutGeogRadiusStdCircle ( double pGeogRadiusStdCircle ) {
    HRESULT _hr = put_GeogRadiusStdCircle(pGeogRadiusStdCircle);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -