폴리곤 지오메트리로 잘라내기¶
잘라낼 폴리곤 지오메트리와 중첩하는 입력 피처를 잘라냅니다.
Syntax
ClipWithGeometry (SimpleFeatureCollection inputFeatures, Geometry clipGeometry) : SimpleFeatureCollection
Input Parameters
Identifier  | 
Description  | 
Type  | 
Default  | 
Required  | 
inputFeatures  | 
입력 레이어.  | 
SimpleFeatureCollection  | 
✓  | 
|
clipGeometry  | 
잘라낼 폴리곤 지오메트리입니다.  | 
Geometry  | 
✓  | 
Process Outputs
Identifier  | 
Description  | 
Type  | 
Default  | 
Required  | 
result  | 
출력 레이어.  | 
SimpleFeatureCollection  | 
✓  | 
Constraints
clipGeometry는 반드시 Polygon 또는 MultiPolygon이어야 한다.
Examples
읍면동 경계 데이터에서 폴리곤 지오메트리로 clip한 결과입니다.