- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Shapefile、Coverage、Geodatabase结构讲义
3种数据模型之间的转化 Shapefile转换为Coverage有2种常用方法,一是采用Arctoolbox中 Shapefile To Coverage工具实现;二是直在Arccatalog中,选中文件右键级联菜单中Export to Coverage功能完成。也可以采用Arcworkstation中的Shapearc命令,但是该方法的缺点是只能将文件转换为线图层。 通过实验发现以上方法只适用于数据量较小的文件,数据量较大时可以采用中间数据格式 Geodatabase,即利用 ArcGIS工具箱Arctoolbox中的Shapefile To Geodatabase工具,首先将文件从Shapefile格式转换为Geodatabase格式,然后在Arccatalog中,实现Geodatabase到Coverage格式转换。 3种数据模型之间的转化 由于数据来源的不同,有的数据来源可能只有其中的某一种数据格式,而又需要另一种数据格式,这个时候对数据格式的转化就显得异常重要了。在数据格式转化方面,GIS 数据格式分为存储拓扑关系和不存储拓扑关系,CAD 支持数据格式相对 GIS 软件支持数据格式含有较少属性。因此进行数据转换时,考虑到数据丢失问题,尽量采用直接转换方法,减少转换次数。同时在数据采集过程中尽量采用通用数据格式或应用比较广泛的数据格式。 参考文献 [1] 杨东.Shapefile图形文件的数据存储格式及读写.首都师范大学学报(自然科学版). 2010.31(2): 4~8 [2] 郑红波,罗志军. GeoStar与Coverage的空间数据模型比较研究.测绘信息与工程.2002.27(5):10~12 [3] 王秀梅.浅析Geodatabase数据模型及其操作.甘肃科技.2011.27(22): 61~64 [4] 刘孟阳.GIS数据格式及相互转化分析. 北京工业职业技术学院学报.2012.2(3):52~54 * Building Geodatabases I 2-* Relationship classes Relationship classes define relationships between combinations of tables and feature classes in the same geodatabase. The two participating classes can access each other’s attributes, so users may query, analyze, or generate reports with attributes in a related class. Relationship properties Relationship classes have properties that users must set when they are created. They store the names of the origin and destination classes, the names of the key fields that link the classes, and the cardinality of the relationship (one-to-one, one-to-many, or many-to-many). After a relationship is created, users have the option to set additional properties to define relationship rules that refine the cardinality between subtypes of the classes (e.g., a factory building may only be related to an industrial parcel). Types of relationships Relationships may be simple (peer-to-peer), where the classes simply access each other’s attributes, or composite (parent-to-child), where the origin class (the parent) controls the existence of the objects in the destination (child) class. For example, if you delete a parcel, then t
文档评论(0)