Features选项卡是上下文选项卡,与map绑定。只有当application中当前活动的窗口为map时,该选项卡才会出现在功能区上。地图绘制中最常用的geometry是点、线、面、文本四种。提供了多种绘制的方法,便于满足不同的绘制需求。
The Features tab is a contextual tab bound to the map. It only appears on the ribbon when the current active window in the application is a map. The most commonly used geometries in map drawing are points, lines, polygons, and text. Multiple drawing methods are provided to meet different drawing needs.
各种geometry的绘制都在图层可编辑得状态下进行,同时设置多个图层可编辑,但是在创建点、线、面或text时,只针对当前选中的图层进行几何objects。因此,如果想要对某个图层创建新对象,必须首先单击layer manager中的相应图层,将该layer settings为当前图层。
The drawing of various geometries is performed when layers are editable. Multiple layers can be set as editable simultaneously, but when creating points, lines, polygons, or text, geometric objects are only added to the currently selected layer. Therefore, to create new objects in a specific layer, you must first click the corresponding layer in the layer manager to set it as the current layer.
本节包含如下内容:
This section includes the following content:
Overview of Objects
介绍objects中涉及的一些概念。
Introduces some concepts involved in objects.
Auto-connect Lines Objects
介绍如何实现将某一段线对象捕捉到另一段线对象上,并将这两个线对象按照draw orderautoconnect成一个线对象。
Introduces how to snap one line object to another and automatically connect these two line objects into one line object according to the draw order.
Auto-close Lines Objects
介绍如何在draw line feature时实现自动闭合对象。
Introduces how to automatically close objects when drawing line features.
Auto-split Lines Objects
介绍如何在draw line feature时实现auto-split lines对象。
Introduces how to achieve auto-split lines objects when drawing line features.
Auto-cut Polygons Objects
介绍如何在draw polygon feature时,与其他面对象相交的情况下,自动切割绘制的面对象。
Introduces how to automatically cut the drawn polygon object when it intersects with other polygon objects while drawing polygon features.
Draw Point Objects
介绍如何draw a point.
Introduces how to draw a point.
Draw Straight Lines
介绍如何通过起点、端点绘制直线,以及通过长度、角度绘制直线的方式绘制直线。
Introduces how to draw straight lines by specifying start and end points, as well as by length and angle.
Draw Polylines
介绍绘制折线的方式,以及如何绘制平行线。
Introduces methods for drawing polylines and how to draw parallel lines.
Draw Polygon
介绍如何绘制arbitrary polygon、regular polygon以及orthogonal polygon。
Introduces how to draw arbitrary polygons, regular polygons, and orthogonal polygons.
Draw Quadrilaterals
介绍如何绘制常用的几种四边形,如矩形、rounded rectangle、parallelogram和菱形。
Introduces how to draw common quadrilaterals, such as rectangles, rounded rectangles, parallelograms, and rhombuses.
Draw Curves
介绍如何绘制曲线对象,如bezier curve、B 样条曲线、Cardinal 曲线或者free curve。
Introduces how to draw curve objects, such as Bezier curves, B-spline curves, Cardinal curves, or free curves.
Draw Arcs
介绍如何绘制正圆弧、三点弧以及椭圆弧。
Introduces how to draw circular arcs, three-point arcs, and elliptical arcs.
Draw Circle
介绍了多种绘制圆的方式。
Introduces multiple methods for drawing circles.
Draw Ellipses
介绍了多种绘制椭圆的方式。
Introduces multiple methods for drawing ellipses.
Draw Sector
介绍如何绘制circular sector和elliptical sector。
Introduces how to draw circular sectors and elliptical sectors.
Draw Text
介绍如何绘制普通文本以及alongline text。
Introduces how to draw ordinary text and along-line text.
Draw Orthogonal Polygons
介绍如何绘制orthogonal polygon和new orthogonal polygon。
Introduces how to draw orthogonal polygons and new orthogonal polygons.