- 1、本文档共142页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Chap06ArcObjects开发Chap06空间数据可视化表达
Defining RepresentationClass The workspace extension for managing representation classes is called RepresentationWorkspaceExtension. The IRepresentationWorkspaceExtension interface has a method called?CreateRepresentationClass?that can be used to create new representation classes. Creating feature class representations?on a feature class results in the addition of two new fields:RuleID (fieldtype long to store RepresentationRule ID value) and Override (fieldtype binary large object (BLOB) to store feature-specific override information).?A reference to a new or existing RepresentationRules?must be present to create a new representation class.? IRepresentationWorkspaceExtension public IRepresentationClass CreateRepresentationClass ( IFeatureClass FeatureClass, ???? string Name, ???? string ruleIDFldName, ???? string overrideFldName, ???? bool RequireShapeOverride, ???? IRepresentationRules Rules, ???? IGraphicAttributes ClassAttributes ); public IRepresentationWorkspaceExtension GetRepWSExt (IWorkspace pWorkspace) { IWorkspaceExtensionManager pExtManager = pWorkspace as IWorkspaceExtensionManager; UID pUID = new UID(); pUID.Value = {FD05270A-8E0B-4823-9DEE-F149347C32B6}; IRepresentationWorkspaceExtension repWorkspaceExt = pExtManager.FindExtension(pUID) as IRepresentationWorkspaceExtension; return repWorkspaceExt; } The?GUID value for?representation workspace?extension public IRepresentationClass CreateRepClass( IFeatureClass pFClass) { IDataset pDataset = pFClass as IDataset; IWorkspace pWorkspace = pDataset.Workspace; IRepresentationWorkspaceExtension pRepWSExt = GetRepWSExt(pWorkspace); IRepresentationRules pRules = new RepresentationRulesClass (); IRepresentationClass repClass = pRepWSExt.CreateRepresentationClass(pFClass, pFClass.AliasName + _Rep, RuleID, Override, false, pRules, null); return repClass; } Sample: Create a custom
您可能关注的文档
- 555电路脉冲波形变换与产生.ppt
- 598.基于单片机1616LED点阵显示屏设计.doc
- 5S推动方法16页.doc
- 599.基于单片机数字钟设计.doc
- 56 通信学科专业知识体系和课程体系.ppt
- 5 哮喘患者教育和管理.pptx
- 5S管理在一汽解放轴齿现场实践应用本科.doc
- 5S管理方法对公司影响.doc
- 5张幻灯片融资1000万美元诀窍.doc
- 607.数字滤波器设计课程设计报告.doc
- 2024至2030年中国羚羊角类饮片行业深度调查与前景预测分析报告.docx
- 重庆市面向中国农业大学定向选调2024届大学毕业生2024年国家公务员考试考试大纲历年真题14笔试历.docx
- 重庆市面向西北工业大学定向选调2024届大学毕业生00笔试历年典型考题及解题思路附答案详解.docx
- 中国不动杆菌感染治疗药行业市场现状分析及竞争格局与投资发展研究报告2024-2029版.docx
- 2024至2030年全球与中国ETL软件市场现状及未来发展趋势.docx
- 初中八年级(初二)生物下册期末考试1含答案解析.docx
- 干簧式继电器项目申请报告.docx
- 2024至2030年中国左氧氟沙星片行业深度调查与前景预测分析报告.docx
- 菜籽项目申请报告.docx
- 2024至2030年中国八角钢行业深度调查与前景预测分析报告.docx
最近下载
- 2023首席质量官真题2.pdf VIP
- 山西美盛物资贸易有限公司邓家庄煤矿机械化升级改造可行性研究报告.doc
- 思科网络实验室路由和交换实验指南.pdf
- 保洁服务投标文件示范文本.docx
- 《物联网技术导论与应用》黄玉兰习题答案.docx
- 《混凝土结构与砌体结构》 习题答案 习题答案 课后习题.doc VIP
- 中职学校《极限配合与技术测量基础》电子教案(含教学进度计划)(配套教材:劳社版中职统编)云天课件.doc
- 人教二上第4课 彩泥世界快乐多教案(表格式).doc
- 2024年国家电投集团陕西新能源有限公司渭南分公司人员招聘笔试备考题库及答案解析.docx
- 基于“互联网+”,开展立德树人——浅谈初中历史教学与思政教育的融合.docx
文档评论(0)