Click or drag to resize
XDL

XMosaicHelperGetIntersectInfo Method

2장 영상에 대한 접합선 정보를 가져온다.

Namespace:  Pixoneer.NXH.NIP
Assembly:  NXHip (in NXHip.dll) Version: 2.0.3.1
Syntax
C#
public void GetIntersectInfo(
	int idxMng,
	out XDMBand band1,
	out XDMBand band2,
	out XvcPolygon polygon1,
	out XvcPolygon polygon2
)

Parameters

idxMng
Type: SystemInt32
[In] MosaicManager 객체 리스트에서 가져올 객체 인덱스.
band1
Type: Pixoneer.NXDL.NRSXDMBand
[Out] 모자이크를 수행하기 위한 첫번째 영상 밴드
band2
Type: Pixoneer.NXDL.NRSXDMBand
[Out] 모자이크를 수행하기 위한 두번째 영상 밴드
polygon1
Type: Pixoneer.NXDL.NVCXvcPolygon
[Out] 첫번째 영상의 접합선 정보
polygon2
Type: Pixoneer.NXDL.NVCXvcPolygon
[Out] 두번째 영상의 접합선 정보
See Also