Click or drag to resize
XDL

NXVideoDrawArgsWorldToSpace Method (Int64, XVertex2d, Double, XGeoPoint)

비디오뷰 영상(World) 좌표와 주어진 고도에 대응하는 지구상의 지리공간(Space) 좌표를 구한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool WorldToSpace(
	long nPts,
	XVertex2d ptWorld,
	double height,
	out XGeoPoint ptSpace
)

Parameters

nPts
Type: SystemInt64
Presentation Time Stamp.
ptWorld
Type: Pixoneer.NXDLXVertex2d
CoordSystem 속성으로 정의한 좌표계로 표현된 영상 좌표.
height
Type: SystemDouble
지리좌표 타원체 고도.
ptSpace
Type: Pixoneer.NXDLXGeoPoint
[OUT] 영상 좌표에 대응하는 지리 좌표. 만약 프레임 센서모델이 지구 모드가 아닌 임의의 국소 좌표계를 사용한다면 좌표변환을 할 수 없다.

Return Value

Type: Boolean
좌표변환 성공 여부
See Also