I have a polygon and using this code snippet we can get the coordinates boundary of the polygon.
canvas = qgis.utils.iface.mapCanvas()aLayer = canvas.currentLayer()coord = feat.geometry().asPoygon()So if i want to get the coordinates inside the polygon also how can i do that using python?
أكثر...
canvas = qgis.utils.iface.mapCanvas()aLayer = canvas.currentLayer()coord = feat.geometry().asPoygon()So if i want to get the coordinates inside the polygon also how can i do that using python?
أكثر...