操作方法
在 ArcGIS Pro 中,使用分数标注要素类是表示统计分析的有效方法。 例如,它可用于确定已激活蜂窝塔的数量在城镇中已安装蜂窝塔总数中所占的比例。
本文介绍在 ArcGIS Pro 中使用 ArcGIS Arcade 将分数创建为标注的工作流。
Note: In the Contents pane, on the List By Labeling tab, ensure the selected feature layer and feature class check boxes are checked to display the labels.
var numerator = $feature.MIN;
var denominator = $feature.MAX; return `<align horizontal ='center'><UND>${numerator}</UND>${TextFormatting.NewLine}${denominator}</align>`
下图显示了在 ArcGIS Pro 中显示为标注的分数。
文章 ID: 000030522
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序