Click or drag to resize
XDL

XIrfReCalcIRW Method

해상도의 재계산을 수행한다.(파라메터 변경시)

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public void ReCalcIRW(
	out double Azimuth,
	out double Range,
	bool bSquint
)

Parameters

Azimuth  Double
[Out] 재계산된 Azimuth 해상도
Range  Double
[Out] 재계산된 Range 해상도
bSquint  Boolean
Squint 각도가 적용된 해상도 계산 여부
See Also