亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

IGeoDatabaseBridge2.GetLineOfSight

系統 2153 0

IGeoDatabaseBridge2.GetLineOfSight Method

Returns a line-of-site indicator interpolated from the TIN based on an input polyline.

      
        [Visual?Basic?6.0]
      
      
        Sub
      
      
        GetLineOfSight
      
      
        (
      
      
???? ByVal pSurface As ISurface , _
???? ByVal pObserver As IPoint , _
???? ByVal pTarget As IPoint , _
???? ppObstruction As IPoint , _
???? ppVisibleLines As IPolyline , _
???? ppInvisibleLines As IPolyline , _
???? pbIsVisible As Boolean , _
???? ByVal bApplyCurvature As Boolean , _
???? ByVal bApplyRefraction As Boolean , _
???? [ pRefractionFactor As Variant ] _
)
      
        [Visual?Basic?.NET]
      
      
        Public Sub GetLineOfSight ( _
      
      

????
      
        ByVal
      
      ?
      
        pSurface
      
      
        ?As?
      
      
        ISurface
      
      , _

????
      
        ByVal
      
      ?
      
        pObserver
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByVal
      
      ?
      
        pTarget
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByRef
      
      ?
      
        ppObstruction
      
      
        ?As?
      
      
        IPoint
      
      , _

????
      
        ByRef
      
      ?
      
        ppVisibleLines
      
      
        ?As?
      
      
        IPolyline
      
      , _

????
      
        ByRef
      
      ?
      
        ppInvisibleLines
      
      
        ?As?
      
      
        IPolyline
      
      , _

????
      
        ByRef
      
      ?
      
        pbIsVisible
      
      
        ?As?
      
      
        Boolean
      
      , _

????
      
        ByVal
      
      ?
      
        bApplyCurvature
      
      
        ?As?
      
      
        Boolean
      
      , _

????
      
        ByVal
      
      ?
      
        bApplyRefraction
      
      
        ?As?
      
      
        Boolean
      
      , _

????[
      
        ByRef
      
      ?
      
        pRefractionFactor
      
      
        ?As?
      
      
        Object
      
      ] _


      
        )
      
    
      
        [C#]
      
      
        public 
      
      
        void
      
      
         GetLineOfSight (
      
      

????
      
        ISurface
      
      
        pSurface,
      
      

????
      
        IPoint
      
      
        pObserver,
      
      

????
      
        IPoint
      
      
        pTarget,
      
      

????ref 
      
        IPoint
      
      
        ppObstruction,
      
      

????ref 
      
        IPolyline
      
      
        ppVisibleLines,
      
      

????ref 
      
        IPolyline
      
      
        ppInvisibleLines,
      
      

????ref 
      
        bool
      
      
        pbIsVisible,
      
      

????ref 
      
        bool
      
      
        bApplyCurvature,
      
      

????ref 
      
        bool
      
      
        bApplyRefraction,
      
      

????ref 
      
        object
      
      
        pRefractionFactor
      
      
        );
      
    
[C#]

Optional Values

pRefractionFactor ???To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing .
      
        [Java]
      
      
        public 
      
      
        void
      
      
         getLineOfSight (
      
      

????
      
        ISurface
      
      
        pSurface,
      
      

????
      
        IPoint
      
      
        pObserver,
      
      

????
      
        IPoint
      
      
        pTarget,
      
      

????
      
        IPoint
      
      
        ppObstruction,
      
      

????
      
        IPolyline
      
      
        ppVisibleLines,
      
      

????
      
        IPolyline
      
      
        ppInvisibleLines,
      
      

????Boolean 
      
        pbIsVisible,
      
      

????Boolean 
      
        bApplyCurvature,
      
      

????Boolean 
      
        bApplyRefraction,
      
      

????
      
        Object
      
      
        pRefractionFactor
      
      
        )
      
      

throws

????
      
        IOException
      
      ,

????
      
        AutomationException
      
    
      
        [C++]
      
      
        HRESULT GetLineOfSight(
      
      

??
      
        
          ISurface
        
        *
      
       pSurface,

??
      
        
          IPoint
        
        *
      
       pObserver,

??
      
        
          IPoint
        
        *
      
       pTarget,

??
      
        
          IPoint
        
        **
      
       ppObstruction,

??
      
        
          IPolyline
        
        **
      
       ppVisibleLines,

??
      
        
          IPolyline
        
        **
      
       ppInvisibleLines,

??
      
        VARIANT_BOOL*
      
       pbIsVisible,

??
      
        VARIANT_BOOL
      
       bApplyCurvature,

??
      
        VARIANT_BOOL
      
       bApplyRefraction,

??
      
        VARIANT*
      
       pRefractionFactor


      
        );
      
    
[C++]

Parameters

pSurface [in]

??pSurface is a parameter of type ISurface

pObserver [in]

??pObserver is a parameter of type IPoint

pTarget [in]

??pTarget is a parameter of type IPoint

ppObstruction [out]

??ppObstruction is a parameter of type IPoint

ppVisibleLines [out]

??ppVisibleLines is a parameter of type IPolyline

ppInvisibleLines [out]

??ppInvisibleLines is a parameter of type IPolyline

pbIsVisible [out]

??pbIsVisible is a parameter of type VARIANT_BOOL

bApplyCurvature [in]

??bApplyCurvature is a parameter of type VARIANT_BOOL

bApplyRefraction [in]

??bApplyRefraction is a parameter of type VARIANT_BOOL

pRefractionFactor [optional]

??pRefractionFactor is a parameter of type VARIANT

??To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.

    

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoDatabaseBridge2.GetLineOfSight


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 免费看成人毛片 | 91亚洲精品久久91综合 | 酒色网站 | 伊人久久在线视频 | 日韩在线视频一区 | 亚洲精品视频在线看 | 91精品国产色综合久久不 | www.久久爱| 欧美精品在线播放 | 免费的涩涩视频在线播放 | 婷婷五月在线视频 | 国产永久免费爽视频在线 | 色婷婷影视 | 久久国产免费观看精品3 | 国产亚洲精品激情都市 | 亚洲一区二区中文字幕 | 欧美日韩国产一区三区 | 亚洲欧美日韩在线不卡 | 9久re热视频这里只有精品 | 欧美天天| 1000部羞羞禁止免费观看视频 | 日本色婷婷 | 久久性生大片免费观看性 | 成人久久久精品乱码一区二区三区 | 精品久久久视频 | 777xxxxx欧美| 久久天天躁夜夜躁狠狠躁2015 | 毛片视屏 | 97在线视频99播放 | 欧美成人毛片在线视频 | 一区二区三区无码高清视频 | 日韩午夜网站 | 国产高清自拍视频 | 大色佬视频在线观看 | 福利毛片 | 亚洲欧美日韩国产精品影院 | 国产精品久久久久国产精品 | 奇米欧美成人综合影院 | 99久久www免费人成精品 | 好看的中文字幕在线 | 亚洲欧美综合另类 |