polygon
Validity of algorithm for creation of a non self-intersecting polygon
As an extension and partial answer to my thread I wrote a simple algorithm that given a set of points(with xy coordinates) can form a non self-intersecting polygon.[详细]
2023-02-16 13:43 分类:问答Google maps polygon optimization
I extracted country outline data from somewhere and successfully managed to conve开发者_运维知识库rt it into an array of lat-lng coordinates that I can feed to Google maps API to draw polyline or poly[详细]
2023-02-16 13:22 分类:问答Performance: animating straight polygons vs. curved shapes [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-14 14:21 分类:问答Java- Intersection point of a Polygon and Line
Is t开发者_高级运维here any function that will give me the intersection point of a Polygon and Line2D ?[详细]
2023-02-14 11:53 分类:问答Java- Use two double arrays as inputs for the constructor "Polygon" to use the method "contains"
I was wondering if there is any sort of Polygon.double because I need to input two double [] arrays and test whether another point is contained in the polygon.I saw another post about Path2D.double bu[详细]
2023-02-14 08:52 分类:问答Polygon Drawing and Getting Coordinates with Google Map API v3 [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-13 01:39 分类:问答Get polygon points mysql
i have created a table in mysql to store polygon data: CREATE TABLE geom (g GEOMETRY); And i inserted a polygon into it, using the following syntax:[详细]
2023-02-12 23:30 分类:问答How can I determine the perimeter of a polygon based on a collection of X,Y
I have a boolean[][] where the true indexes make up a solid polygon. With this information how can I[详细]
2023-02-12 13:43 分类:问答Find Point in polygon PHP
i have a typical question with the Geometric datatype of mysql, polygon. I have the polygon data, in the form of an a开发者_Go百科rray of latitudes and longitudes, ex:[详细]
2023-02-12 02:57 分类:问答Simplified (or smooth) polygons that contain the original detailed polygon
I have a detailed 2D polygon (representing a geographic area) that is defined by a very large set of vertices. I\'m looking for an algorithm that will simplify and smooth the polygon, (reducing the nu[详细]
2023-02-11 14:24 分类:问答