Click or drag to resize
XDL

XsmGetSensorFootPrint Method

센서위치로 부터 Foot Print의 네개의 코너점을 계산한다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntax
C#
public static bool GetSensorFootPrint(
	XGeoPoint ptSensorPos,
	XAngle yaw,
	XAngle fovx,
	XAngle fovy,
	XGeoPoint ptTarCenter,
	ref XGeoPoint vLB,
	ref XGeoPoint vRB,
	ref XGeoPoint vRT,
	ref XGeoPoint vLT
)

Parameters

ptSensorPos
Type: Pixoneer.NXDLXGeoPoint
[In] 센서 위치.
yaw
Type: Pixoneer.NXDLXAngle
[In] 센서의 Yaw 각
fovx
Type: Pixoneer.NXDLXAngle
[In] 수평 FOV.
fovy
Type: Pixoneer.NXDLXAngle
[In] 수직 FOV.
ptTarCenter
Type: Pixoneer.NXDLXGeoPoint
[In] 표적 위치의 센터.
vLB
Type: Pixoneer.NXDLXGeoPoint
[Out] Left-Bottom Point
vRB
Type: Pixoneer.NXDLXGeoPoint
[Out] Right-Bottom Point
vRT
Type: Pixoneer.NXDLXGeoPoint
[Out] Right-Top Point
vLT
Type: Pixoneer.NXDLXGeoPoint
[Out] Left-Top Point

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
Examples
This is example #1:
See Also