freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

arcinfo講座(北師大)-全文預(yù)覽

2025-05-28 18:02 上一頁面

下一頁面
  

【正文】 ArcSDE 從空間數(shù)據(jù)管理的角度來看, ArcSDE可看成是一個連續(xù)的空間數(shù)據(jù)模型,借助這一模型,我們可用關(guān)系型數(shù)據(jù)庫( RDBMS)管理空間數(shù)據(jù)。ArcIMS包括了客戶端和服務(wù)器端兩方面的技術(shù)。使用 ArcPad可快速且容易地采集數(shù)據(jù),并在對數(shù)據(jù)的合法性與有用性進(jìn)行及時的驗(yàn)證方面有顯著的改進(jìn)。利用MapObjects,開發(fā)人員可以在應(yīng)用程序中添加制圖和 GIS功能。構(gòu)建數(shù)據(jù)模型的目的就是在計算機(jī)上( GIS系統(tǒng)中)抽象和表達(dá)現(xiàn)實(shí)世界。 這種數(shù)據(jù)模型特別關(guān)注要素的幾何特征,把現(xiàn)實(shí)世界描述成一系列 點(diǎn)、線、面 空間要素,以及以點(diǎn)、線、面為基礎(chǔ)的 區(qū)域、路徑、事件 等高級要素。 ARC/INFO 的數(shù)據(jù)模型 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 ? ARC/INFO 采用一種稱為地理關(guān)系模型的混合數(shù)據(jù)模型,支持對象的矢量方式和柵格方式 ? ARC/INFO 的數(shù)據(jù)模型由幾種地理數(shù)據(jù)集組成,支持六種重要的數(shù)據(jù)結(jié)構(gòu): Coverage、 GRID、屬性表 Tables、TIN、影像 Image、 CAD圖像 ? Coverage是 ARC/INFO矢量數(shù)據(jù)表示的主要方式 ? GRID是 ARC/INFO 的柵格數(shù)據(jù)表示的主要方式 ? TIN適合于表達(dá)連續(xù)的表面,如: DEM 模型 ? 地圖影像和 CAD圖像一起可以用做地理特征的 描述性數(shù)據(jù) ARC/INFO 數(shù)據(jù)模型簡介 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 ? 1) 什么是 Coverage? ? 2) Coverage 中的空間特征 (feature) ? 3) Coverage 中的空間描述特征 ? 4) Coverage 的屬性特征 ? 5) Coverage 的存儲方法 ? 6) Coverage 的重要容差值(圖形精度) 圖層 Coverage 的構(gòu)成 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 The coverage is the framework for vector data storage in ARC/INFO. It generally represents a single set of geographic objects such as roads, parcels, soil units or forest stands in a given area. A coverage supports the georelational model it contains both the spatial (location) and attribute (descriptive) data for geographic features. 1) 什么是 Coverage? 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 The following topics cover basic information about coverages: How coverage information is stored, the feature classes coverages contain How coverages model realworld geographic phenomena They also cover what information is stored for each feature class, what attribute data are associated with each how each feature class is used to represent geographic phenomena 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 BOUNDARY(Xmin, Ymin, Xmax, Ymax) 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 ? 點(diǎn) TIC LABEL NODE NODE(點(diǎn)狀地物 ) VERTEX ? 線 ARC ? 面 POLYGON 2) Coverage 中的空間特征 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 A tic is a registration or geographic control point for a coverage. Tics allow coverage coordinates to be registered to a mon coordinate system (., UTM meters, State Plane Feet, etc.) and, therefore, relate locations of features in a coverage to locations on the Earth’s surface. Tics are very important for registering map sheets during digitizing and editing. TIC 點(diǎn) 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 All tic information for a coverage is stored in the TIC file which contains the following items: IDTIC The UserID for each tic. XTIC The tic’s xcoordinate. YTIC The tic’s ycoordinate. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 LABLE 點(diǎn) 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 Nodes indicate the endpoints and intersections of arcs. They do not exist as independant features. That is, they cannot be added or deleted except by adding and deleting arcs. Nodes can, however, be used to represent point features which connect segments of a linear feature (., intersections connecting street segments, valves connecting pipe segments). NODE 點(diǎn) 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 NODE 點(diǎn)的類型 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 NODE 點(diǎn)的存儲 When nodes are used to represent point features, descriptive data is stored in a node attribute table (NAT). There is one record in the NAT for each node. The record is related to the node by the node抯 internal sequence number. At a minimum, the following items are contained in a NAT: ARC Internal sequence number of one of the arcs that connects at the node location. cover Internal sequence number of the node. coverID Userassigned feature ID. When an NAT is initially created, node IDs are automatically set equal to the node’s internal sequence number. 北京師范大學(xué)資源科學(xué)研究所 /科學(xué)技術(shù)處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應(yīng)用 A node is an endpoint of an arc. The fromnode is the first
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1