【正文】
庫服務(wù)。 ESRI公司的客戶還包括電力 、 電信 、 交通 、 環(huán)保 、 規(guī)劃 、 土地 、 自然資源 、 國防 、 公安 、 航空航天 、 商業(yè)等各個(gè)領(lǐng)域 。 迄今為止 , ESRI公司已經(jīng)推出的最新軟件季相關(guān)產(chǎn)品包括工作站版 、Windows NT版 、 PC for Windows 版和 PC for Dos版等多種軟件產(chǎn)品 。 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 在過去 30年的時(shí)間里 , ESRI公司已成為公認(rèn)的 、 世界領(lǐng)先的 GIS軟件供應(yīng)商 。目前 ERDAS公司已經(jīng)發(fā)展成為世界上占最大市場份額的專業(yè)遙感圖像處理軟件公司 , 全球用戶遍布 100多個(gè)國家 , 軟件套數(shù)從 1996年的 10000套迅速增加到目前的近 20,000 套 。ArcIMS包括了客戶端和服務(wù)器端兩方面的技術(shù)。利用MapObjects,開發(fā)人員可以在應(yīng)用程序中添加制圖和 GIS功能。 這種數(shù)據(jù)模型特別關(guān)注要素的幾何特征,把現(xiàn)實(shí)世界描述成一系列 點(diǎn)、線、面 空間要素,以及以點(diǎn)、線、面為基礎(chǔ)的 區(qū)域、路徑、事件 等高級(jí)要素。s origin /* false easting (meters) /* false northing (meters) 投影文件 PRJ 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 4) Coverage 的屬性特征 Feature class Feature attribute table INFO database Feature attribute table coverage directory Point cover.PAT Arc cover.AAT Node cover.NAT Route cover.RATroute route.rat Section cover.SECsection route.sec Polygon cover.PAT Region cover.PATregion region.pat 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 5) Coverage 的存儲(chǔ)方法 Coverage 是一個(gè)目錄,其中的重要文件: ? ? ? ? ? PRJ ? ARC ? 以中國省界圖為例顯示文件 ? 詳細(xì)文件類型件 (Coverage Data Model ) 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 6)、 Coverage 的重要容限值 ? 模糊容差( Fuzzy tolerance) ? 啞弧段長度( Dangle tolerance) ? 結(jié)點(diǎn)閉合容差 (Node match tolerance) ? 拐點(diǎn)容差 (Weed tolerance) ? RMS誤差 ? TOL文件 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 模糊容差( Fuzzy tolerance) Coverage resolution is influenced by the fuzzy tolerance, which represents the minimum distance separating all arc coordinates (nodes and vertices) in a coverage. By definition, it also defines the distance a coordinate can move during certain operations. The fuzzy tolerance is an extremely small distance used to resolve inexact intersection locations due to limited arithmetic precision of puters. Fuzzy tolerance values typically range from 1/10,000 to 1/1,000,000 times the width of the coverage extent defined in the coverage BND file. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 啞弧段長度( Dangle tolerance) A dangling arc has the same polygon on its left and right sides (as defined by the polygon internal number) and at least one dangling node. The dangle length defines the minimum allowed length for a dangling arc in a coverage. The CLEAN process deletes dangling arcs less than the dangle length. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 結(jié)點(diǎn)閉合容差 (Node match tolerance) The node snap tolerance is the minimum distance within which two nodes will be joined (matched) to form one node. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 拐點(diǎn)容差 (Weed tolerance) The weed tolerance is the minimum allowable distance between any two vertices along an arc. The weed tolerance is used to reduce the number of coordinates in an arc. The weed tolerance is a parameter that can be set before adding arc features or to generalize existing arcs. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 RMS誤差 The RMS error describes the deviation between the tic locations in the output coverage and the values calculated by the transformation. Although it never occurs with realworld data, a perfect transformation would produce an RMS error of . The RMS error for each transformation is reported in both input coverage units ( inches) and output coverage units ( meters). 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 模塊: 核心模塊和若干個(gè)可選的擴(kuò)展模塊。 四、 ArcInfo 主要模塊構(gòu)成及功能 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 模塊: 核心模塊和若干個(gè)可選的擴(kuò)展模塊。 四、 ArcInfo 主要模塊構(gòu)成及功能 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 1) 數(shù)據(jù)輸入和編輯 (ArcEdit) 支持?jǐn)?shù)字化儀、鼠標(biāo)、鍵盤及坐標(biāo)文件輸入,可對(duì)地圖變形進(jìn)行糾正,支持對(duì)復(fù)雜目標(biāo)(如多邊形)編輯,可對(duì)圖形動(dòng)態(tài)拖動(dòng)、旋轉(zhuǎn)、拷貝、平行拷貝,自動(dòng)建立拓?fù)潢P(guān)系維護(hù)圖形和屬性對(duì)應(yīng)關(guān)系。可進(jìn)行 SQL查詢,也可對(duì)內(nèi)部數(shù)據(jù)庫與外部數(shù)據(jù)庫進(jìn)行連接,進(jìn)行指針( CURSOR)操作。同時(shí)也可對(duì)圖象進(jìn)行簡單處理、分析。廣泛用于交通、城市規(guī)劃、資源調(diào)度、緊急救險(xiǎn)、市政設(shè)施、電力電信、行政劃分、交通運(yùn)輸。適用于大量用戶共用大量同樣的