Click or drag to resize
XDL

XUASLocalSetEncoder Methods

The XUASLocalSetEncoder type exposes the following members.

Methods
  Name Description
Public method EncodePacket 현재까지 설정된 항목들을 KLV(Key-Length-Value) 메타데이터 패킷으로 인코딩한다. 만약 필수 항목인 생성 시각 설정이 안 되었으면 인코딩 시점으로 자동 설정한다.
Public method Flush 현재까지 설정된 항목들을 전부 지운다.
Public method SetCornerPoints(XVertex2d, XVertex2d, XVertex2d, XVertex2d) 영상 꼭지점의 지상 위치를 설정한다.
Public method SetCornerPoints(XVertex3d, XVertex3d, XVertex3d, XVertex3d) 영상 꼭지점의 지상 위치를 설정한다.
Public method SetFrameCenterPos 영상 중심점의 지상 좌표를 설정한다.
Public method SetFrameSensor 프레임 센서모델로부터 메타데이터 항목을 설정한다.
Public method SetLocalSetPacket 전체 패킷이 아닌 내장 LS 패킷을 인코딩에 추가 설정한다.
Public method SetPacket(Byte, Boolean, Boolean) 인코딩된 패킷을 새로운 인코딩에 추가 설정한다. 패킷 단위로 갱신할 때 쓰인다.
Public method SetPacket(Byte, Int32, Boolean, Boolean) 인코딩된 패킷을 태그 항목으로 포함하여 설정한다.
Public method SetSensorFOV 센서 화각을 설정한다.
Public method SetSensorPlatform NED 기준 플랫폼 자세, 센서 상대 자세, 센서 위치를 설정한다.
Public method SetTagItem 메타데이터 태그를 지정하여 해당 항목 데이터를 설정한다.
Public method SetTagItemDefined 메타데이터 태그를 지정하여 표준 문서에 정의된 방식으로 데이터를 인코딩한다.
Public method SetTimeStamp 메타데이터 생성 시각을 설정한다. 이 시각은 메타데이터에 포함된 모든 센서 항목들의 취득 시각이다.
Top
See Also