CAD Lines To Polygon Features (Samples)
摘要
Converts CAD lines and points to polygon feature classes. This work flow is a starting point to turn CAD lines into ArcGIS polygons.
用法
-
The label features parameter allows for a feature class of label attributes to be applied to the output polygons.
-
This sample model creates polygons from lines and points while adding attributes of the points to the polygons.
语法
参数 | 说明 | 数据类型 |
input_boundary_lines |
The bounding line feature class that will be used to create polygons. | Feature Layer |
input_label_points |
Specifies the feature class containing the label points that will be applied to the output polygons. | Feature Layer |
output_polygon_feature_class |
The output feature class that will contain the newly formed polygon features. | Feature Class |
boundary_line_filter_expression (可选) |
The parameter to build a query to select line feature classes to create polygons. | SQL Expression |
point_filter_expression (可选) |
The parameter to build a query to only use select point feature classes to create polygons. | SQL Expression |
代码示例
This tool is intended to be used as a model tool.