2007-03-27

Mapinfo polygon move

想要在Mapinfo 多邊形移動或改節點位置時同時將同節點之共邊線段一起跟著移動
可以在MAPINFO中進行相關設定















點選 Preferences




















點選Map Windows




















點選Move Duplicate Nodes in :

勾選 the same Layer

但 如果只要對單一多邊形進行編輯時建議選擇 None of the same Layers

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

資料處理步驟: 1.讀取 Raster 並計算 25 等級等值線級距 2.用 GDAL 產生等值線(Contour Lines) 3.Polygonize:Raster 轉等值面多邊形 4.將多邊形圖層載入 QGIS 5.為每個 polygon 計算其 VALUE 所屬級距(LE...