 | XUASLocalSetEncoderSetCornerPoints Method (XVertex2d, XVertex2d, XVertex2d, XVertex2d) |
영상 꼭지점의 지상 위치를 설정한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic bool SetCornerPoints(
XVertex2d lldTL,
XVertex2d lldTR,
XVertex2d lldBR,
XVertex2d lldBL
)
Parameters
- lldTL
- Type: Pixoneer.NXDLXVertex2d
영상 좌상단 꼭지점의 지상 좌표. XVertex2d 요소 순서대로 경도(도), 위도(도). - lldTR
- Type: Pixoneer.NXDLXVertex2d
영상 우상단 꼭지점의 지상 좌표. XVertex2d 요소 순서대로 경도(도), 위도(도). - lldBR
- Type: Pixoneer.NXDLXVertex2d
영상 우하단 꼭지점의 지상 좌표. XVertex2d 요소 순서대로 경도(도), 위도(도). - lldBL
- Type: Pixoneer.NXDLXVertex2d
영상 좌하단 꼭지점의 지상 좌표. XVertex2d 요소 순서대로 경도(도), 위도(도).
Return Value
Type:
Boolean 항목 설정 성공 여부.
See Also