Top "Polygon" questions

For issues relating to the creation, manipulation and rendering of polygons in graphical user interfaces.

OpenGL ES - How to Draw a filled Polygon?

I tried googling and searching on stack but I didn't find anything :-( ( Mapping irregular shapes or other polygons (cartoons, …

iphone opengl-es polygon tessellation
Open InfoWindow for each polygon google maps V3

Hope someone can help me with this issue. I'm trying to open an info windows on click for each polygon …

google-maps-api-3 polygon infowindow
Test of Point inside polygon in Android

The other day I did a class in Java to calculate if a point(X,Y) is inside a polygon. (…

java android polygon point
Determine if a point reside inside a leaflet polygon

Suppose I Draw a polygan using leaflet like in the follow demo: http://leaflet.github.io/Leaflet.draw/ My question …

leaflet polygon point-in-polygon
Algorithm to merge adjacent rectangles into polygon

I guess that my problem is related to "convex hull", but no the same. All shapes in the drawing are …

geometry polygon
Calculating Area of Irregular Polygon in C#

I've managed to write a 'for dummies' how to calculate the area of irregular polygon in C#, but I need …

c# arrays list polygon area
How do you create a polygon shape in a KML that is positioned in the air?

I need to be able to place a polygon object with a given height into a KML that will be …

polygon kml google-earth
Is there an easy and fast way of checking if a polygon is self-intersecting?

I have a System.Windows.Shapes.Polygon object, whose layout is determined completely by a series of points. I need …

c# .net geometry polygon shapes
Need a standalone Java library for performing spatial calculations on lat/lon data

I'm looking for a Java library that is capable of performing spatial calculations on sets of lat/lon data. Here …

java geospatial polygon spatial great-circle
Drawing polygon with n number of sides in Python 3.2

I have to write a program in Python that reads the value n and draws a polygon of n sides …

python polygon turtle-graphics