Simplifies the boundary or footprint of building polygons while maintaining their essential shape and size. The Minimum area parameter applies to simplified buildings only. Any buildings that are smaller than the minimum area after the simplification process is completed will be removed from the output feature class. The output feature class will include a field named BLD_STATUS to indicate simplification status as follows:
Legacy: Prior to ArcGIS version 10, BLD_STATUS = 4 indicated simplified or partially simplified buildings connected with straight lines. BLD_STATUS = 4 is no longer used. Caution: If a field named BLD_STATUS exists in the input feature class it will be present in the output feature class populated with new values. Existing values will be overwritten. If you want to preserve the existing values, create a new field on the input feature class and copy the existing values of the BLD_STATUS field to this new field. If the Check for spatial conflicts parameter is used, the tool will detect spatial conflicts and add a new field named SimBldFlag to the output to store conflict flags. A value of 0 means no conflict; a value of 1 means conflict. Caution: If a field named SimBldFlag exists in the input feature class it will be present in the output feature class populated with new values. Existing values will be overwritten even if this parameter is unchecked (NO_CHECK in Python). When spatial conflicts are not being checked, this existing field will be overwritten with NULL values. If you want to preserve the existing values, create a new field on the input feature class, and copy the existing values of the SimBldFlag field to this new field. This tool cannot be executed within an edit session. Input Z values can be preserved if specified in the Environment Settings. Where output vertices are coincident to input feature vertices, Z values will be transferred to output vertices. Elsewhere, Z values will be derived either from existing Z values or through interpolation. Invalid (self-intersecting) geometry may be created during the simplification process and will be repaired but not improved. For example, if a polygon crosses itself, the polygon will become a multiple-part polygon but will still look self-crossing. ![]() Viz také:http://desktop.arcgis.com/en/arcmap/10.3/tools/cartography-toolbox/simplify-building.htm 23.12.2016 11:21:23
|