CAD Lines To Polygon Features (Samples)
Zusammenfassung
Converts CAD lines and points to polygon feature classes. This work flow is a starting point to turn CAD lines into ArcGIS polygons.
Verwendung
-
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.
Syntax
Parameter | Erläuterung | Datentyp |
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 (optional) |
The parameter to build a query to select line feature classes to create polygons. | SQL Expression |
point_filter_expression (optional) |
The parameter to build a query to only use select point feature classes to create polygons. | SQL Expression |
Codebeispiel
This tool is intended to be used as a model tool.