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

正文內容

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

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

下一頁面
  

【正文】 ArcSDE 從空間數據管理的角度來看, ArcSDE可看成是一個連續(xù)的空間數據模型,借助這一模型,我們可用關系型數據庫( RDBMS)管理空間數據。ArcIMS包括了客戶端和服務器端兩方面的技術。使用 ArcPad可快速且容易地采集數據,并在對數據的合法性與有用性進行及時的驗證方面有顯著的改進。利用MapObjects,開發(fā)人員可以在應用程序中添加制圖和 GIS功能。構建數據模型的目的就是在計算機上( GIS系統(tǒng)中)抽象和表達現實世界。 這種數據模型特別關注要素的幾何特征,把現實世界描述成一系列 點、線、面 空間要素,以及以點、線、面為基礎的 區(qū)域、路徑、事件 等高級要素。 ARC/INFO 的數據模型 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 ? ARC/INFO 采用一種稱為地理關系模型的混合數據模型,支持對象的矢量方式和柵格方式 ? ARC/INFO 的數據模型由幾種地理數據集組成,支持六種重要的數據結構: Coverage、 GRID、屬性表 Tables、TIN、影像 Image、 CAD圖像 ? Coverage是 ARC/INFO矢量數據表示的主要方式 ? GRID是 ARC/INFO 的柵格數據表示的主要方式 ? TIN適合于表達連續(xù)的表面,如: DEM 模型 ? 地圖影像和 CAD圖像一起可以用做地理特征的 描述性數據 ARC/INFO 數據模型簡介 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 ? 1) 什么是 Coverage? ? 2) Coverage 中的空間特征 (feature) ? 3) Coverage 中的空間描述特征 ? 4) Coverage 的屬性特征 ? 5) Coverage 的存儲方法 ? 6) Coverage 的重要容差值(圖形精度) 圖層 Coverage 的構成 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒ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? 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒ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 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 BOUNDARY(Xmin, Ymin, Xmax, Ymax) 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 ? 點 TIC LABEL NODE NODE(點狀地物 ) VERTEX ? 線 ARC ? 面 POLYGON 2) Coverage 中的空間特征 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒ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 點 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒ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. 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 LABLE 點 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒ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 點 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 NODE 點的類型 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 NODE 點的存儲 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. 北京師范大學資源科學研究所 /科學技術處 2022年度研究生課程:地理信息系統(tǒng)理論方法與應用 A node is an endpoint of an arc. The fromnode is the first
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1