Click or drag to resize
XDL

XUASLocalSetEncoderSetCornerPoints(XVertex3d, XVertex3d, XVertex3d, XVertex3d) Method

영상 꼭지점의 지상 위치를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetCornerPoints(
	XVertex3d llhdTL,
	XVertex3d llhdTR,
	XVertex3d llhdBR,
	XVertex3d llhdBL
)

Parameters

llhdTL  XVertex3d
영상 좌상단 꼭지점의 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
llhdTR  XVertex3d
영상 우상단 꼭지점의 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
llhdBR  XVertex3d
영상 우하단 꼭지점의 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).
llhdBL  XVertex3d
영상 좌하단 꼭지점의 지상 좌표. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).

Return Value

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