Click or drag to resize
XDL

XUASLocalSetDecoder Methods

The XUASLocalSetDecoder type exposes the following members.

Methods
  NameDescription
Public methodDecode(Byte)
KLV(Key-Length-Value) 메타데이터 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.
Public methodDecode(Byte, Boolean, Boolean)
메타데이터 패킷의 키 포함 여부에 따라 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.
Public methodGetCornerPoint
영상 꼭지점의 지상 위치를 얻는다.
Public methodGetFrameCenterPos
영상 중심점의 지상 위치를 얻는다.
Public methodGetFrameSensor
메타데이터로부터 프레임 센서모델을 생성한다.
Public methodGetPlatformAttitude
NED 좌표계 기준 플랫폼(비행체)의 자세를 얻는다.
Public methodGetSensorAttitude
센서의 상대적 자세를 얻는다.
Public methodGetSensorFOV
센서의 가로, 세로 화각을 얻는다.
Public methodGetSensorPosition
센서의 위치를 얻는다.
Public methodGetTimeStamp
메타데이터가 생성된 시각을 얻는다.
Public methodGetValue
메타데이터 태그를 지정하여 해당 항목의 인코딩 데이터를 얻는다.
Top
See Also