Community of MapPoint and Bing Maps Users and Developers
This is a discussion on Drive time polygons - help needed within the MapPoint Desktop Discussion forums, part of the Map Forums category; I'm attempting to generate drive time polygons to answer a basic question. We have members all geocoded in SQL Server ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Drive time polygons - help needed Of course, this is easy to show on a MapPoint map. We need to then determine which members (potentially 250K) are in the 20 minute bounday of the polygon. This is easy if a data filled shapefile can be exported of the points of the polygon into ESRI and another utility is used to import into SQL and the operations are done from SQL server, not the Mappoint desktop. I've tried the MPSuperShape add in, but no dbf contents seem to be exported in the project . I can simplify the polygon to a dozen points and put in pushpins and read the lat/long of each pushpin in the status bar. Now here's where I need help: Can I programmatically enum and export the lats and longs or better yet, a data filled polygon? Any help is appreciated. Thanks in advance. Michael Clifford |
| ||||
| Re: Drive time polygons - help needed
Hi Michael, We create our own utils in C#; that one is most useful. Interestingly, shapes in MapPoint cannot exist with a hole in them, so shapes overlap. You'd use: Foreach Shape { dataSet.QueryShape } Michael R Mattys Business Process Developers Mattys Consulting Maps & Custom Programming |
| ||||
| Re: Drive time polygons - help needed
Hi Michael, We make our own Addins in C# using Visual Studio. We also program SQL Server 2008 Geography/Geometry. Michael R Mattys Business Process Developers Mattys Consulting Maps & Custom Programming |
![]() |
| Tags |
| drive, needed, polygons, time |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I hide a drive time box | Anonymous | MapPoint Desktop Discussion | 1 | 09-14-2004 12:29 PM |
| hiding drive time box | chaching | MapPoint Desktop Discussion | 0 | 08-30-2004 02:45 PM |
| Drive Time Addin | kez100 | MapPoint Desktop Discussion | 2 | 03-04-2004 07:29 AM |
| Drive Time Zones | EdB | MapPoint Desktop Discussion | 3 | 11-24-2002 06:09 PM |
| Drive Time Isozones | Michael.Simon | MapPoint Desktop Discussion | 2 | 11-22-2002 10:16 PM |