create_feature_class
Create a new feature class in the project's default geodatabase, specifying geometry type, coordinate system, and adding it to the map.
Instructions
Create a new feature class (default: in the project's default geodatabase). geometry_type: POINT, MULTIPOINT, POLYLINE, POLYGON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epsg | No | ||
| name | Yes | ||
| map_name | No | ||
| out_path | No | ||
| add_to_map | No | ||
| geometry_type | No | POLYGON |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |