This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_webapi_topology [2015/12/14 07:20] tgwikiupdate |
map_suite_webapi_topology [2015/12/16 15:58] (current) mwolffer [Overview] |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Video Overview ===== | ===== Video Overview ===== | ||
- | + | {{youtube>2OwYwaaeyJ4|WebAPI Topology Sample}} | |
- | + | ||
- | <div newline></div> | + | |
<div download_viewsource_buttons tryitonline> | <div download_viewsource_buttons tryitonline> | ||
{{filehistory:webapieditionsample_topologyvalidation_cs_20151211.zip|C# Project}} | {{filehistory:webapieditionsample_topologyvalidation_cs_20151211.zip|C# Project}} | ||
Line 16: | Line 14: | ||
=====Overview===== | =====Overview===== | ||
- | We are pleased to announce a new set of static Map Suite APIs relating to topology, along with an application to test topology rules. Topology is a critical function of a GIS application and we now have a great implementation of this feature. We have worked hard to ensure that we have included the most important cases along with an easy-to-use API. Below are a list of all of the cases we cover. | + | Topology refers to the relationship between lines, points, and polygons. For more information about the concept of topology please visit [[https://en.wikipedia.org/wiki/Geospatial_topology|this Wikipedia article]]. Map Suite offers a set of static Map Suite APIs relating to topology, along with an application to validate topology rules. Topology can be very useful in GIS as it allows users to clean up data or to modify geometries to comply with different rules and restrictions. Below is a list of all of the topology cases this sample covers: |
*Lines End Point Must Be Covered By Points | *Lines End Point Must Be Covered By Points | ||
Line 209: | Line 207: | ||
- | ===== Topology===== | + | |
- | The topology sample makes it simple to test topology rules. | + | |