No announcements
Found 2924888 threads
-
1 Votes
How to create a Polygon with Ring(s)?
The Polygon Class documentation in Bing Maps http://msdn.microsoft.com/en-us/library/gg427594.aspx described how to create a simple polygon object ...Answered | 1 Replies | 3633 Views | Created by samm21 - Wednesday, October 12, 2011 11:16 PM | Last reply by Ricky_Brundritt - Thursday, October 13, 2011 7:29 AM -
1 Votes
way to remove Interior Rings from a geometry Polygon
Note that STExteriorRing() will give you the linestring representing the exterior ring of a polygon - it won't contain the area within that ring.Answered | 3 Replies | 11206 Views | Created by jderekito - Thursday, June 17, 2010 4:00 PM | Last reply by vIndEx - Friday, June 18, 2010 6:18 AM -
0 Votes
Create ConvexHull polygon of polygons in table
Hi, Here is the code sample.Read each polygon from table and union themup into another variable, finally get the conexhull from the varibale.Answered | 2 Replies | 7275 Views | Created by GaroV - Sunday, April 8, 2012 10:27 AM | Last reply by tanoshimi - Tuesday, April 10, 2012 9:22 PM -
0 Votes
AdvancedShapes Polygon not displaying all member polygons
A complex polygon is a polygon with holes.Answered | 2 Replies | 1215 Views | Created by abcbing - Saturday, May 25, 2013 6:00 PM | Last reply by abcbing - Wednesday, May 29, 2013 5:19 PM -
0 Votes
How to create SqlGeography from polygon?
Create the geometry, make it valid, then convert it to an SQL geography.Answered | 14 Replies | 4108 Views | Created by Faro Luce - Tuesday, January 21, 2014 6:05 PM | Last reply by Faro Luce - Wednesday, January 22, 2014 9:02 PM -
0 Votes
extracting the inner rings lat and longs from a polygon geography data
You can find out the total number of rings in a geography instance using NumRings(), and loop through each one using RingN(n).Answered | 1 Replies | 8539 Views | Created by kcjailbirds - Tuesday, November 2, 2010 9:48 PM | Last reply by tanoshimi - Wednesday, November 3, 2010 3:01 PM -
0 Votes
create a polygon via SQL
There is no Polygon static method like there is with Point.Answered | 1 Replies | 1843 Views | Created by scottgis - Tuesday, February 18, 2014 11:06 PM | Last reply by Bob Beauchemin - Thursday, February 20, 2014 2:31 AM -
0 Votes
Geography type - Polygons
Hi Bob, None of the polygons that we receive come close to 1/2 of the size of the earth.Answered | 2 Replies | 2331 Views | Created by Bruno da Fonseca - Sunday, May 10, 2015 10:55 AM | Last reply by Bruno da Fonseca - Monday, May 11, 2015 6:14 PM -
0 Votes
Creating polygon Image
I have US zip code polygon data stored in SQL server database as SQLGeography.Answered | 2 Replies | 3806 Views | Created by salps - Monday, November 1, 2010 1:31 AM | Last reply by salps - Monday, November 1, 2010 2:40 PM -
2 Votes
Does VE support multi polygon / complex polygons?
The following article shows how to display M,ultiPolygons in Virtual Earth:Answered | 3 Replies | 3255 Views | Created by RubberTree - Wednesday, January 7, 2009 12:19 PM | Last reply by Ricky_Brundritt - Wednesday, February 18, 2009 4:48 AM -
2 Votes
DrawingManager Polygon
Here is an example code block: var polygon = //Your polygon.Answered | 3 Replies | 895 Views | Created by Eric Hertig - Tuesday, November 21, 2017 6:45 PM | Last reply by Eric Hertig - Tuesday, November 21, 2017 11:33 PM -
0 Votes
How can I make Polygon/Polyline draggable in Bing Maps 8?
var distance = Microsoft.Maps.SpatialMath.getDistanceTo(currentLocation, newLoc); var heading = Microsoft.Maps.SpatialMath.getHeading(currentLocation, newLoc); ...Answered | 1 Replies | 1438 Views | Created by Emo Stack - Wednesday, September 14, 2016 12:02 PM | Last reply by Ricky_Brundritt - Wednesday, September 14, 2016 9:35 PM -
7 Votes
How to find center point of a polygon
After the holes are removed then you would divide the polygon(s) into triangles.Answered | 36 Replies | 18819 Views | Created by Cuongdx - Saturday, November 17, 2012 8:31 AM | Last reply by Paul Ishak - Saturday, November 24, 2012 7:07 PM -
1 Votes
Can not convert geometry polygon to geography
It is the ring orientation.Answered | 5 Replies | 5921 Views | Created by Q John Chen - Tuesday, December 22, 2015 5:03 AM | Last reply by Olaf Helper - Tuesday, December 22, 2015 1:08 PM -
0 Votes
Obtain closed polygons from drawing manager
This is what I did in order to close the rings.Answered | 1 Replies | 569 Views | Created by madgrizzle - Thursday, November 17, 2016 4:20 PM | Last reply by madgrizzle - Thursday, November 17, 2016 4:35 PM -
5 Votes
Creating non-self-intersecting polygon
http://www.dreamincode.net/forums/topic/147063-polygon-intersection/ http://forums.arcgis.com/threads/24370-Intersect-method-not-working regards ...Answered | 3 Replies | 3847 Views | Created by prakash_light - Monday, August 20, 2012 9:16 AM | Last reply by Thorsten Gudera - Monday, August 20, 2012 10:35 PM -
0 Votes
STIntersects and Polygon
Forget what you have already post and please post: 1) Queries to CREATE your table(s) including indexes 2) Queries to ...Answered | 18 Replies | 1332 Views | Created by Vaishu - Friday, December 2, 2016 3:23 PM | Last reply by pituach - Sunday, December 11, 2016 3:21 PM -
1 Votes
Creating hexagon with polygon class in XAML
Something like this: <Polygon Points="60,0 30,51.9615242270663 -30,51.9615242270663 ...Answered | 2 Replies | 4887 Views | Created by Shawn Dan - Thursday, March 8, 2012 3:41 AM | Last reply by Shawn Dan - Friday, March 9, 2012 3:26 AM -
2 Votes
Point in Polygon SQL Query
And that your polygon is oriented correctly?Answered | 6 Replies | 21588 Views | Created by SamiJayne - Friday, September 21, 2012 9:48 AM | Last reply by tanoshimi - Monday, September 24, 2012 7:15 PM -
0 Votes
Polygon questions
County polygons on your Map and I'd like to center the "county name" on the polygon and then display information about that county when I click the polygon.Answered | 6 Replies | 641 Views | Created by BusDriverJim - Wednesday, May 11, 2016 11:37 AM | Last reply by BusDriverJim - Thursday, May 19, 2016 6:45 PM - Items 1 to 20 of 2924888 Next ›
No announcements