Click or drag to resize
XDL

XVideoSensorBeamGetSensorPosition Method

센서 모델에 의한 이미지 좌표를 지리 좌표로 변환한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool GetSensorPosition(
	int x,
	int y,
	double alt,
	ref XVertex3d pos
)

Parameters

x
Type: SystemInt32
이미지 X 좌표
y
Type: SystemInt32
이미지 Y 좌표
alt
Type: SystemDouble
고도
pos
Type: Pixoneer.NXDLXVertex3d
지리 좌표

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also