|
XFrameSensor.CalcBound Method
|
센서 모델을 통해 영상이 촬영될 지리 좌표 영역을 얻는다.
Namespace: Pixoneer.NXDL.NSMAssembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntaxpublic bool CalcBound(
ref double minx,
ref double maxx,
ref double miny,
ref double maxy
)
Parameters
- minx Double
- [Out] 최소 경계 X 값
- maxx Double
- [Out] 최대 경계 X 값
- miny Double
- [Out] 최소 경계 Y 값
- maxy Double
- [Out] 최대 경계 Y 값
Return Value
Boolean 성공이면 true, 실패면 false를 리턴
See Also