| 
            
              XGCPSetsGetWarpCoeffMap2Img(eWarpMethod) Method
             | 
          
        
        
GCP Set에 있는 GCP를 이용하여 지리 좌표에서 영상 좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff객체의 정의)들을 얻을 수 있다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic XWarpCoeff GetWarpCoeffMap2Img(
	eWarpMethod method
)
Parameters
- method  eWarpMethod
 -  [In] Warping 방법(eWarpMethod).  
 
Return Value
XWarpCoeff XWarpCoeff 객체. 
Remarks eWarpMethod가 Homography인 경우 GCP 정규화를 적용한 DLT(Direct Linear Transform) 기반 Homography.
See Also