图层标注、图层控制和电子地图常用工具开发(Layer annotation, layer control and electronic map are developed).docVIP
- 2
- 0
- 约7.26千字
- 约 16页
- 2017-08-23 发布于河南
- 举报
图层标注、图层控制和电子地图常用工具开发(Layer annotation, layer control and electronic map are developed)
图层标注、图层控制和电子地图常用工具开发(Layer annotation, layer control and electronic map are developed)
A layer annotation
Using object LabelRenderer tagging MO, can automatically add annotation layer object.
1, property marking
Method for attribute labeling:
Set layer.Renderer = New LabelRenderer set label objects
Layer.Renderer.Field = CNTRY_NAME specified fields to display
Layer.Renderer.AllowDuplicates = True allows the ability to repeat
The statement added to labeling statements in front of Map1.Layers.Add layer: layer.
Several point:
Renderer is one of the attributes of MapLayer for coloring the object set or read layer.
Colored object has a ClassBreaksRenderer object, DotDensityRenderer object, LabelRenderer object and ValueMapRenderer object.
Among them, the LabelRenderer object description method is a geographical feature, namely written characters in a geographic feature. The display value from a field value with the geographical features of the characters, the Field property indicates the name of the field. The AllowDuplicates property is a Boolean value that indicates whether to allow many same characters in the annotation annotation, True is allowed, false is not allowed.
2, set the font on the map
The above annotation is in accordance with the default way to set the font, you can also use Symbol array label objects, set the font to yourself more suitable.
Layer.Renderer.Symbol (0).Font.Name = script
Layer.Renderer.Symbol (0).Font.Bold = False
Layer.Renderer.Symbol (0).Color = moRed
Layer.Renderer.Symbol (0).Font.Size = 20
The above setting font is fixed in size does not change with the size of graphics.
Layer.Renderer.Symbol (0).Height = 10
When the Height is provided with priority right, Font.Bold and Font.Size will not work.
Two layer control
1, using the check control layer display and text annotation
With the program add layer, the system will automatically set the layer object number, the last added to the layer 0, the layer is 1, and so on.
Option Explicit
Dim DC
您可能关注的文档
- 高血压危象诊断与治疗.ppt
- 高考技能编织故事.ppt
- 高速火车列车高速列车ppt模板.ppt
- 高透光性玻璃涂层.ppt
- 高铁列车机车列表.ppt
- 高级英文写作评审课件.ppt
- 高铁运行调度系统.ppt
- 魅力线.doc
- 魔方方面的问题.ppt
- 魔术专题.doc
- 河北盐山中学等校2025-2026学年上学期高三一模化学试卷(含解析).docx
- 河北正定中学2025-2026学年高一上学期期末考试物理试卷(含解析).docx
- 河北张家口市怀安县2025-2026学年第一学期期末教学综合评价八年级地理试卷(含解析).docx
- 河南安阳市殷都区2025-2026学年第一学期期末教学质量检测七年级地理试卷(含解析).docx
- 河南安阳市滑县2025一2026学年第一学期期末学业质量监测八年级地理试题(含解析).docx
- 河南安阳市林州市2025-2026学年上学期期末考试高一政治试题(含解析).docx
- 河南焦作市武陟县第一中学2025-2026学年高一上学期1月月考语文试卷(含解析).docx
- 河南济源市2025-2026学年上学期期末学业质量调研七年级历史试卷(含解析).docx
- PICC导管并发症的紧急处理与护理.pptx
- 河南鹤壁市2025-2026学年高二上学期期末考试生物试题(含解析).docx
原创力文档

文档评论(0)