계산할 GeoJSON
입니다.
Optional
options: { 반환될 Point
Feature에 부여할 속성값입니다.
Optional
properties?: Object계산된 무게중심 좌표입니다.
const multiPoint: ktGms.geometry.MultiPoint = new ktGms.geometry.MultiPoint(
[
[127.02222, 37.49144],
[127.015522, 37.49044],
[127.015522, 37.49294],
],
{}
);
const centroidPoint = analysis.measurement.centroid(multiPoint);
Generated using TypeDoc
입력으로 주어진
GeoJSON
의 무게중심을 계산하는 함수입니다.