UtmGridGenerator.NameCarrier Property
Gets or sets a value that controls which kind of features will carry names.
Syntax
public AttributeVariable< UtmNameCarrier > NameCarrier { get; set; }
Property Value
Default: PointOrLine
Specifies which kind of features will carry names.
Remarks
If Polygon, then each rectangle name (or square name, or zone number) will be carried as the value attribute of a polygon feature, which covers the rectangle (or square, or zone). Actually, if the NamePlacement indicates that the name shall appear in the southwest corner, then the polygon will not cover the entire named area but will be somewhat shrunk along the north and east edges, to decrease the risk that the name will appear outside the named area.
If PointOrLine, then each rectangle name will normally be carried as the value attribute of a point feature at a fixed geographic position: either the rectangle center or the southwest corner, depending on the NamePlacement. However, when Style is Utm and Division is 0, then the rectangle is an entire UTM zone, which is so long and narrow that a name-carrying point in a fixed position would not be useful. Instead, the zone number is carried as the value attribute of a line feature, which also has an attribute lineType = 2.
See Requirements on Visualizers under UtmGridGenerator.
Note that the NameCarrier does not have to be constant: since it is an attribute variable, it may depend on the view scale, so you can arrange that its result is Polygon in large scales (zoomed-in), and PointOrLine in small scales (zoomed-out). In the sample configuration grid.px and also in the built-in MGRS Grid utility layer in Carmenta Explorer, the coarse grid (Division = 0) uses polygons when the scale is more zoomed in than 10 million, and the fine grid (Division = 1) uses polygons when more zoomed in than 2 million. You can open grid.px in Carmenta Studio to see how this has been configured.
The advantage of polygons in detailed scales comes for rectangles that are partially outside the view area. Then it does not matter if the rectangle center or the southwest corner is outside the view area: the polygon that carries the name will be clipped just like the grid lines, so the name can be placed inside the view area.
For less detailed scales, showing many rectangles, it does not matter if some rectangles have their names outside the view area. Also, if the rectangle names are carried by polygons and you use a continuous panning tool, the rectangle names will move around while you are panning, which can be distracting. Finally, points (or lines) may be slightly more efficient.
Platforms
Windows, Linux, Android