Wind Rose Map 생성¶
피처의 중심으로부터 Wind Rose Map을 생성합니다.
Syntax
WindRoseMap (SimpleFeatureCollection inputFeatures, String weightField, Geometry center) : SimpleFeatureCollection, SimpleFeatureCollection
Input Parameters
| Identifier | Description | Type | Default | Required | 
| inputFeatures | 포인트, 라인, 폴리곤 유형의 입력 레이어입니다. | SimpleFeatureCollection | ✓ | |
| weightField | 숫자값의 가중치 필드입니다. | String | ||
| center | Wind Rose의 중심점 지오메트리 | Geometry | 
Process Outputs
| Identifier | Description | Type | Default | Required | 
| anchor | 반경을 표시하는 지시선 레이어입니다. | SimpleFeatureCollection | ✓ | |
| windRose | 출력 레이어. | SimpleFeatureCollection | ✓ | 
Constraints
weightField 파라미터는 Numeric 필드이어야 하며, 설정되면 이 필드 값의 합이 결과에 반영되고 그렇지 않으면 피처의 개수가 반영된다.
Output은 지시선을 표시하는 anchor 라인과 windRose 폴리곤 레이어를 반환한다.
Examples
서울시청을 중심으로 아파트의 분포를 Wind Rose Map으로 생성한 결과입니다.
