1 / 44

Geodatabase Topology

Geodatabase Topology. Steven Gay, GISP Boone County Planning Commission www.boonecountygis.com. Background. Some complex spatial operations produced odd/unexpected results. Some of the problems were traced back to imprecise geometry (slight overshoots, gaps, slivers, dangles. etc).

coye
Download Presentation

Geodatabase Topology

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Geodatabase Topology Steven Gay, GISP Boone County Planning Commission www.boonecountygis.com

  2. Background • Some complex spatial operations produced odd/unexpected results. Some of the problems were traced back to imprecise geometry (slight overshoots, gaps, slivers, dangles. etc). • Planning began in the Spring of 2011, and design work kicked off in August 2011. The first working version was put in place in our production environment in October 2011. • ESRI’s Geodatabase Xray tool was extremely helpful with quickly making changes to the schema. • Refinement of the topology has occurred incrementally, with each iteration building on lessons learned from previous enhancements. • Changes to data model and editing workflows weren’t overwhelming, but did take some getting used to.

  3. What is Topology? Technical Definition • Branch of mathematics that deals with spatial relationships between geometric shapes Short GIS Definition • A way to assure geometric coincidence among point, line, and polygon features Longer GIS Definition • Involves an in-depth analysis of the coordinate locations and vertices of features stored in a GIS. Includes software logic that tests the integration of feature coordinates/vertices against user-defined business rules which dictate how shapes in a GDB should relate to one another

  4. Why Implement Geodatabase Topology? • GIS is all about graphic shapes, so using topology to study the spatial relationships between shapes is only natural. • Help ensure and promote GIS data integrity and the accuracy of conclusions drawn from the GIS • Avoid common problems often encountered when spatially analyzing non-topological data. • Leverage built-in software logic to alert users to data input errors as the data gets edited; thereby making data management/production more efficient, accurate and reliable.

  5. Why Implement Topology? Examples • Performing unions between feature classes (e.g. constructing tax district polygons from city, fire and school district feature classes) • Enforcing regulations (e.g. zoning districts must follow parcel boundaries) • Generating accurate reports (e.g. create a street index table from the centerline feature class) • Ensure appropriate resource allocations (e.g. Police Beat polygons must be nested within Police Emergency Service Zone polygons, which must in turn be nested within Law Enforcement Jurisdiction boundary polygons)

  6. Topology Benefits • Allows maintenance of addresses in one location - the Address Point feature class. The address attribution that is published with Parcel polygons and Building polygons originates from the Address point feature class, and topology ensures that all Parcels and Buildings will contain the correct address attribution. • Ensures that administrative boundaries (cities, fire districts, school districts, etc.) are aligned with referenced features from other GIS layers, which promotes accuracy and confidence in overlay analyses. • Validates attribute coding for Parcel and Subdivision subtypes. This helps ensure compliance with zoning regulations and provides an easy view of variances. • Eliminating gaps and overlaps promotes confidence in areal calculations. • Parcels can be maintained at the unique deed level. Disallowing gaps and overlaps guarantees the accuracy of Tax Parcels created from dissolving the maintained Parcels.

  7. Spatial Relationships Building Footprints Parcels Address Points Centerlines Edge of Pavement • Hydrography • Polygons • Lines Exterior Features

  8. Topology Design Considerations

  9. Where to Locate Topology • Topology Object must be created within a feature dataset • Feature dataset must contain all feature classes that will participate in the topology • May have multiple topology objects inside of the same feature dataset; but feature classes may only belong to one topology

  10. Tolerance • The maximum distance that two distinct coordinates may be apart and still be considered to be coincident • Used to compare coordinates and vertices to determine if they occupy the same physical location • Used by topology to resolve inexact intersection locations of coordinates • Accept the default

  11. Geodatabase Subtypes • Allows for subclasses of the features within a feature class • Used to categorize your data and apply different properties (defaults, domains, relationships. etc.) to each category • In topologies, subtypes can have different rules and different coordinate ranks

  12. Feature Class Ranking • A topology can support up to 50 ranks to which feature classes may be assigned • Rankings can take advantage of subtyped feature classes • The lower the rank/number, the less likely features in that rank will shift • Changing the rank of any feature class requires the topology to be revalidated

  13. Core Feature Class Ranks 1. County Boundary 10. Recreation Features 16. Historic Site 1 feature 1,102 features 1,436 features 2. Parcels 11. Address Points 16. Medical Care Facilities 54,138 features 63,130 features 7 features 3. Subdivisions 12. Parks 16. Places of Worship 621 features 41 features 80 features 4. Centerlines 13. Hydrography Polygons 16. Police Stations 5,397 features 3,417 features 5 features 5. Hydrography Lines 14. Railroad Lines 16. Polling Places 34,568 features 80 features 57 features 6. Administrative Lines 15. Pathways 16. School Buildings 24,224 features 62,940 features 32 features 7. Building Footprints 16. Day Care Facilities 16. Food Service Licenses 67,336 features 62 features 501 features 8. Exterior Features 16. Emergency Siren 16. Liquor Licenses 83,088 features 31 features 9. Pavement 16. Fire Stations 409,009 Total Features 6,699 features 16 features

  14. Simple vs. Composite Topology Simple Topology • Involves only 1 Feature Class • Compares a feature’s shape to itself • Compares a feature’s shape to the shape of another feature from the same feature class Composite Topology • Involves multiple feature classes • Compares a feature’s shape to the shape of another feature from a different feature class

  15. ESRI’s Topology Rules

  16. 6 Point Topology Rules Simple Topology  Each point in FC1 Must Be Disjoint ------------ separated spatially from other points in FC1 Composite Topology  Each point in FC1 Must Coincide With a point in FC2 Each point in FC1 Must Be Covered By Boundary Of a polygon in FC2 Each point in FC1 Must Be Properly Inside a polygon in FC2  Each point in FC1 Must Be Covered By Endpoint Of a line in FC2 Each point in FC1 Must Be Covered By Line in FC2

  17. 11 Polygon Topology Rules Simple Topology  Each polygon in FC1 Must Be Larger Than Cluster Tolerance  Each polygon in FC1 Must Not Overlap another polygon in FC1  FC1 Must Not Have Gaps between its own polygon features Composite Topology  Each polygon in FC1 Must Not Overlap With a polygon in FC2 Each polygon in FC1 Must Be Covered By Feature Class Of ----------------------- a polygonin FC2 The entire area covered by polygons in 2 different feature classes Must Cover Each Other Each polygon in FC1 Must Be Covered By a polygon in FC2 FC1 polygons’ Boundary Must Be Covered By lines in FC2  • FC1 polygons’ Area Boundary Must Be Covered By Boundary Of polygons in FC2  • Each polygon in FC1 Contains Point --------at least 1 point in FC2  • Each polygon in FC1 Contains One Point --------only 1 point in FC2

  18. 16 Line Topology Rules Simple Topology  Each line in FC1 Must Be Larger Than Cluster Tolerance  Each line in FC1 Must Not Overlap another line in FC1 Each line in FC1 Must Not Intersect another line in FC1  Each line in FC1 Must Not Have Dangles Each line in FC1 Must Not Have Pseudonodes  Each line in FC1 Must Not Intersect Or Touch Interior ----------- the interior of another line in FC1  Each line in FC1 Must Not Self-Overlap  Each line in FC1 Must Not Self-Intersect  Each line in FC1 Must Be Single Part Composite Topology Each line in FC1 Must Not Intersect With a line in FC2 Each line in FC1 Must Not Intersect Or Touch Interior With ------------------ the interior of a line in FC2 Each line in FC1 Must Not Overlap With a line in FC2  Each line in FC1 Must Be Covered By Feature Class Of ----------------------- a line in FC2  Each line in FC1 Must Be Covered By Boundary Of ------------------ a polygon boundary in FC2  Each line in FC1 Must Be Inside a polygon in FC2 FC1 lines’ Endpoint Must Be Covered By a point in FC2

  19. Boone County Core Topology

  20. Simple Polygon Topology …must not overlap other polygons from the same feature class Parcel polygons: Subdivision polygons: Building polygons: 3 exceptions Exterior Feature polygons: Pavement polygons: 62 exceptions Recreation Feature polygons: Park polygons: Hydrography polygons:

  21. Simple Polygon Topology …must not have gaps between polygons from the same feature class Parcel polygons: 3 exceptions

  22. Simple Point Topology Address points: …must be disjoint

  23. Simple Line Topology …must not overlap other lines from the same feature class …must not self-overlap it’s own shape Administrative lines: …must not have dangles …must not self-intersect it’s own shape Centerline lines: …must not intersect or touch interior of other lines in the same FC Hydrography lines: Administrative lines: Pathway lines: …must be single part 93 exceptions

  24. Overlapping Polygons Building Footprint polygons: …must not overlap an Exterior Feature polygon 24 exceptions …must not overlap a Pavement polygon …must not overlap a Recreation Feature polygon Exterior Feature polygons: 1 exceptions …must not overlap a Pavement polygon …must not overlap a Recreation Feature polygon Recreation Feature polygons: …must not overlap …area boundary must be covered by boundary of a Pavement polygon a Parcel polygon Park polygons:

  25. Confirming Parcel & Subdivision Subtypes …must not overlap a Parcel polygon of subtype ‘Commercial’ Subdivision polygons (Subtype=‘Single Family’): …must not overlap a Parcel polygon of subtype ‘Industrial’ 478 exceptions …must not overlap a Parcel polygon of subtype ‘Mobile Home Park’ …must not overlap a Parcel polygon of subtype ‘Commercial’ Subdivision polygons (Subtype=‘Multi Family’): …must not overlap a Parcel polygon of subtype ‘Industrial’ 9 exceptions …must not overlap a Parcel polygon of subtype ‘Mobile Home Park’ …must not overlap a Parcel polygon of subtype ‘Condominium’ Subdivision polygons (Subtype=‘Commercial’): …must not overlap a Parcel polygon of subtype ‘Mobile Home Park’ …must not overlap a Parcel polygon of subtype ‘Multi Family’ 2 exceptions …must not overlap a Parcel polygon of subtype ‘SingleFamily’ Subdivision polygons (Subtype=‘Mobile Home’): …must not overlap a Parcel polygon of subtype ‘Commercial’ …must not overlap a Parcel polygon of subtype ‘Condominium’ …must not overlap a Parcel polygon of subtype ‘Industrial’ …must not overlap a Parcel polygon of subtype ‘Multi Family’ …must not overlap a Parcel polygon of subtype ‘Single Family’

  26. Pathway Topology Pathway lines (Subtype=‘Residential’): Pathway lines (Subtype=‘Non-Residential’): …must not intersect with a Street Centerline …must be inside an Exterior Feature polygon of subtype ‘Sidewalk’ 370 exceptions Pathway lines (Subtype=‘Inferred (Driveway)’): …must not intersect with a Street Centerline 35 exceptions …must be inside an Exterior Feature polygon of subtype ‘Driveway’ Pathway lines (Subtype=‘Park’): …must not intersect with a Street Centerline …must be inside a Recreation Feature polygon of subtype ‘Walking Trail’ Pathway lines (Subtype=‘Inferred (Parking Lot)’): …must not intersect with a Street Centerline …must be inside a Pavement polygon of subtype ‘Parking Lot’ Pathway lines (Subtype=‘Crosswalk)’): …must be inside a Pavement polygon of subtype ‘Crosswalk’ Pathway lines (Subtype=‘Within Roadway)’): …must be inside a Pavement polygon of subtype ‘Right-Of-Way’

  27. Administrative Boundary Coincidence Adminstrative lines (Subtype=‘Street Centerline’): …must be covered by a Street Centerline feature Administrative lines (Subtype=‘Hydro Centerline’): …must be covered by a Hydrography line feature Administrative lines (Subtype=‘Parcel Boundary’): …must be covered by a Parcel polygon boundary Administrative lines (Subtype=‘Subdivision Boundary’): …must be covered by a Subdivision polygon boundary Administrative lines (Subtype=‘Road Edge of Pavement’): …must be covered by a Pavement polygon boundary Administrative lines (Subtype=‘County Boundary’): …must be covered by a County polygon boundary

  28. Address Point Conflation with Polygons Address points: …must be properly inside a Parcel polygon 2 exceptions Parcel polygons (Subtype=‘Acreage’): Parcel polygons (Subtype=‘Temporary’): Parcel polygons (Subtype=‘Commercial’): Parcel polygons (Subtype=‘Community’): Parcel polygons (Subtype=‘Industrial’): Parcel polygons (Subtype=‘Mobile Home Park’): Parcel polygons (Subtype=‘Multi Family’): Parcel polygons (Subtype=‘Single Family’): Parcel polygons (Subtype=‘Unknown’): …contains point an Address point Address points (Subtype=‘Building’): …must be properly inside a Building polygon of subtype ‘Addressed Structure’ Building polygons (Subtype=‘Addressed Structure’): …must contain one point an Address point of subtype ‘Building’ Park polygons: …contains point an Address point of subtype ‘Building’

  29. Address Point Conflation with Points Day Care points: Fire Station points: Food Service License points: Historic Site points: Liquor License points: Medical Care points: Place Of Worship points: 4 exceptions Police Station points: Polling Place points: School Building points: …must coincide with an Address point of subtype ‘Building’ Emergency Siren points: …must coincide with an Address point of subtype ‘Other’

  30. Changes to the GIS Editing Workflow

  31. Validating Topology Topology must be validated in order to compile the errors Once a feature is edited, it’s ‘envelope’ is tagged as a “Dirty Area” Time it takes to validate will vary based on The number and type of errors The geographic extent Tolerance setting All dirty areas must be cleaned to verify if edits conform to topology rules • Topology toolbar allows for topology validation for • The current view extent • A user-defined area * Suggest clicking ‘validate current view extent’ button immediately after performing an edit, and before zooming away from the area

  32. Topology Toolbar in ArcMap Map Topology • Map Topology allows you to edit coincident geometry and enforce topology on-they-fly during an edit session • Specific topology rules do not come into play. Enforces “implied topology” • Doesn’t persist in the geodatabase. It is saved with the map document. • Can be used with features classes or shapefiles housed in the same workspace

  33. Topology Toolbar in ArcMap GDB Topology • Geodatabase Topology allows you to verify geometry coincidence and visualize errors in a layer. • Allows you to specify very specific coincidence rules • Topology persists in the geodatabase • No setup within editing project required • Requires periodic revalidation of topology (factors in recent edits and refreshes list of errors)

  34. Fixing Errors in ArcMap

  35. Fixing Errors in ArcMap Exceptions can be tagged and will persist in the topology implementation

  36. Fixing Errors in ArcMap Suggested fixes may provide quick way to correct topology error

  37. Conclusions

More Related