|
XIrfSetShift Method
|
IRF 수행을 Shift 값을 설정한다.
Namespace: Pixoneer.NXDL.NSARAssembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntaxpublic void SetShift(
bool AutoShift,
double RatioAz,
double RatioRa
)
Parameters
- AutoShift Boolean
- Shift 값 자동 설정 여부(true 인 경우 RatioAz, RatioRa 값은 무시)
- RatioAz Double
- Azimuth 방향의 Shift 값
- RatioRa Double
- Range 방향의 Shift 값
See Also