Creating a new polygon feature using autocomplete
You now know how to create new polygon features that are not connected or adjacent to other polygons. How do you create new polygon features that are adjacent to other existing polygon features? You would want to construct these in a way that would not create gaps or overlaps between the new polygon and existing ones. Using the Autocomplete tool is one way to successfully do this.
In this recipe, you will create a new parcel polygon located just outside the City Limits of Trippville. The City Council is considering annexing this parcel and wants to see how it relates to the existing city limits. You will create the new parcel using the Autocomplete tool. Â Â Â
Getting ready
Before starting this recipe, you will need to have completed the Configuring editing options recipe. It is recommended that you complete the Creating new line features and Creating new Polygon Features recipes as well, though it is not required. Completing those recipes will...