Top "Polygon" questions

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

Google Maps API Polygon with "Hole" In Center

Inserting a polygon inside another polygon is supposed to make a "hole" in the center (see the Google maps Pentagon …

google-maps google-maps-api-3 polygon
What is the difference between Polygon.contains and Polygon.within?

The Docstring says: Polygon.contains Returns True if the geometry contains the other, else False Polygon.within Returns True if …

python polygon shapely
How can I fill an actionscript 3 polygon with a solid color?

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid …

actionscript polygon fill shape uicomponents
Is a point inside regular hexagon

I'm looking for advice on the best way to proceed. I'm trying to find whether a given point A:(a, …

java algorithm geometry polygon
Distance of point feature to nearest polygon in R

I working on a project at the moment, where I have a point feature -- the point feature includes a 142 …

r polygon distance point nearest-neighbor
Difference between multipolygon and polygon in PostGIS

What is the difference between point and multipoint ? linestring and multilinestring ? polygon and multipolygon ? In PostGIS What is the secret …

gis polygon postgis esri
Box2d - Variable length array of non-POD element type 'b2Vec2'

I'm working on a importer for a game of mine, it reads an xml and then creates the box2d …

objective-c arrays box2d polygon pod
Polygon Triangulation c#

I need to calculate triangles of a polygon. Polygon can contain holes. And Req an efficient way. So I think …

c# polygon triangulation delaunay
Create polygon (rectangle) from min and max lat/long

Given a lat/lon representing a South West point and a lat/lon representing a North East point When I …

sql sql-server polygon spatial geography
How to draw rounded corner polygons on android canvas?

I need to draw polygons like triangle, trapezoid, pentagon, parallelogram, rhombus etc. It seems Path class is way to go, …

android android-canvas polygon rounded-corners