在MapXtreme2005怎樣查詢指定的位置

2021-06-02 00:25:02 字數 634 閱讀 5997

根據輸入條件進行查詢,並將查詢到的結果高亮顯示,屬性資訊顯示出來

private void btnsearch_click(object sender, system.eventargs e)

} else

//縮放到選擇圖元範圍

mapmain.map.setview(ifs.envelope);

mapmain.map.scale = mapmain.map.scale * 2;

//高亮顯示

mapinfo.engine.session.current.selections.defaultselection.clear();

mapinfo.engine.session.current.selections.defaultselection.add(ifs);

//輸出查詢資訊

listbox1.items.clear();

listbox1.items.add("圖層: " + ifs.basetable.alias.tostring());

foreach (feature feature in ifs)

listbox1.items.add("____________________________"); }

}}  

MapXtreme 2005新增內容

地理編碼和路徑規劃客戶端 列印支援 shapefile 中的 m 和 z 值 mapxtreme 2005 現在可讀取包含 m 和 z 值的 esri shapefile。這些值不能使用。ecw 光柵控制代碼 mapxtreme 2005 在使用 ecw 光柵控制代碼時支援多執行緒。控制代碼的檔名已...

With在sql server 2005中的用法

with在msdn中的講解,可以參考鏈結 1 2 建立錶值變數型別 3 4create type ty newareagoods as table 5 areaid int notnull,6 goodsid int notnull 7 8 9 創鍵返回今天 的資料 10 根據有 的地區獲取參 11...

在vs2005安裝SliverLight的體驗

我對seliverlight垂咽已久了,但一直沒有時間安裝它.現在終於有時間了,把應該用的東西準備好後就開始安裝.我安裝的步驟如下 visual studio 2005 這個做什麼的不用說吧,請最好不要用express版本 silverlight 1.0 run time windows版本 用來將...