Click or drag to resize
XDL

NXVideoDrawArgsSpaceToWorld Method (Int64, XGeoPoint, XVertex2d)

지구상의 지리공간(Space) 좌표를 비디오뷰 영상(World) 좌표로 변환한다.

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

Parameters

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

Return Value

Type: Boolean
좌표변환 성공 여부
Remarks
라이브러리 하위 호환성을 위해 기본 영상 좌표계는 eCoordSystem.ORIGIN_AT_CENTER로 설정된다.
See Also