Click or drag to resize
XDL

XMosaicHelperGetIntersectInfo Method

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

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public void GetIntersectInfo(
	int idxMng,
	out XDMBand band1,
	out XDMBand band2,
	out XvcPolygon polygon1,
	out XvcPolygon polygon2
)

Parameters

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