|
XDopplerCalcDoppler(Double, Int32, XVertex2d, Int32, XVertex2d, Double, XGrid) Method
|
위성의 궤도 및 자세 정보를 바탕으로 지정한 방위시간(Azimuth Time)에 지향한는 방향에 대한 피치(Pitch)와 요(Yaw)의 옵셋에 따른 도플러를 계산한다.
Namespace: Pixoneer.NXDL.NSARAssembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.3
Syntaxpublic bool CalcDoppler(
double aTime,
int nxPitch,
XVertex2d BoundPitch,
int nyYaw,
XVertex2d BoundYaw,
out double rTime,
out XGrid Fdc
)
Parameters
- aTime Double
- 방위시간(Azimuth Time)
- nxPitch Int32
- Pitch 범위에 대한 분할 개수
- BoundPitch XVertex2d
- Pitch 변화 범위(시작, 끝) [Degree]
- nyYaw Int32
- Yaw 범위에 대한 분할 개수
- BoundYaw XVertex2d
- Yaw 변화 범위(시작, 끝) [Degree]
- rTime Double
- [Out] 옵셋 0 일때, 지향 방향에 대하여 전파가 반사되어 도달하는 시간
- Fdc XGrid
- [Out] 옵셋 설정 범위에 대한 도플러 계산 값
Return Value
Boolean계산 성공 여부
See Also