Click or drag to resize
XDL

XUASLocalSetEncoderSetFrameCenterPos(XVertex3d, Boolean) Method

영상 중심점의 지상 좌표를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.3
Syntax
C#
public bool SetFrameCenterPos(
	XVertex3d pos,
	bool bHAE
)

Parameters

pos  XVertex3d
영상 중심점 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
bHAE  Boolean
중심점 고도가 WGS84 타원체 고도(HAE)인지 평균해수면고도(MSL)인지 나타낸다. 참이면 HAE.

Return Value

Boolean
항목 설정 성공 여부.
See Also