Click or drag to resize
XDL

XSarSensorSlantToGround Method

Slant range 의 영상 인덱스를 Ground range 의 영상 인덱스로 변환한다.

Namespace: Pixoneer.NXDL.NSM
Assembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntax
C#
public double SlantToGround(
	double slantIndex
)

Parameters

slantIndex  Double
Slant range 의 영상 인덱스.

Return Value

Double
Ground range 의 영상 인덱스를 리턴.
See Also