Click or drag to resize
XDL

XFrameSensorCalcBound Method

센서 모델을 통해 영상이 촬영될 지리 좌표 영역을 얻는다.

Namespace:  Pixoneer.NXDL.NSM
Assembly:  NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntax
C#
public bool CalcBound(
	ref double minx,
	ref double maxx,
	ref double miny,
	ref double maxy
)

Parameters

minx
Type: SystemDouble
[Out] 최소 경계 X 값
maxx
Type: SystemDouble
[Out] 최대 경계 X 값
miny
Type: SystemDouble
[Out] 최소 경계 Y 값
maxy
Type: SystemDouble
[Out] 최대 경계 Y 값

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also