How to get the list of QgsPoint from a polygon Layer in pyqgis

المشرف العام

Administrator
طاقم الإدارة
I have a tittle problem with how to manage the points in a layer.

from qgis.core import *def run_script(iface): layer = QgsVectorLayer(layerType.Polygon+'?'+crs.psg_4326, 'la-florida', vectorLayerType.memory)In this moment I need to get all vertex from the polygon which represent the region bound.



أكثر...
 
أعلى