JSSightAnalysis

지도 내 시야 분석 기능 설정을 위한 API입니다.

Module.getSightAnalysis() API를 생성합니다.

var sightAnalysis = Module.getSightAnalysis();

Function

GetObjectPositionsOnPath(coordinates, hbuffer, vbuffer, layer) → JSSightAnalysis.ObjectOnPathResult

Returns the distance and position of objects from a specified path.

Analyzes based on the path's milestone distance for objects within the range, based on the search range along the path.

The hbuffer input value is the horizontal buffer size. The larger the value, the wider the range of objects analyzed horizontally.

The vbuffer input value is the vertical buffer size. The larger the value, the wider the range of objects analyzed vertically.

지정된 경로에서 객체까지의 거리, 위치를 반환합니다.

경로에 검색 범위를 바탕으로 범위 내에 존재하는 객체에 대한 경로의 이정 거리 기준으로 분석합니다.

입력 변수값(hbuffer)은 수평 버퍼 크기로 값이 클수록 수평으로 넓은 범위의 객체를 분석합니다.

입력 변수값(vbuffer)은 수직 버퍼 크기로 값이 클수록 수직으로 넓은 범위의 객체를 분석합니다.

Type Definitions

JSSightAnalysis.ObjectOnPathResult

GetObjectPositionsOnPath 기능을 통해 분석된 결과 데이터 포맷입니다.

json 구조를 가진 문자열로 반환됩니다.

JSSightAnalysis.ObjectOnPathResult.Position

Unit object information of JSSightAnalysis.ObjectOnPathResult

Last updated