 | XscRadarCoverageAddCoverageData Method |
레이더 커버리지 데이터를 추가한다.
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public bool AddCoverageData(
XGrid grid,
double angStart,
double angWidth,
double pixelsize
)
Parameters
- grid
- Type: Pixoneer.NXDLXGrid
레이더 커버리지 바이너리 데이터. XUINT08 데이터형만 지원 - angStart
- Type: SystemDouble
레이더 커버리지 시작 각도(단위 : degree). Azimuth 각도 - angWidth
- Type: SystemDouble
레이더 커버리지 영역(포함) 시계방향 각도(단위 : degree). - pixelsize
- Type: SystemDouble
레이더 커버리지 데이터 한 개의 해상도(단위 : meter).
Return Value
Type:
Boolean
See Also