用法:
add(indicator_properties)
返回:
一个布尔值,包含 True(成功)或 False(失败)。
为给定的主动性添加一个新指标。
参数indicator_properties的键:值字典选项
Key
Value
id
必需的字符串。倡议模板中的指标标识符
name
可选字符串。指标名称
type
可选字符串。有效值为数据、参数。
optional
必需的布尔值
definition
可选字典。指标规范 - 类型、字段
source
可选字典。引用 API 或数据集合以及模式之间的映射
例子:
# USAGE EXAMPLE: Add an indicator successfully indicator1_data = {'id': 'streetCrashes', 'type': 'Data', 'optional':False} initiative1.indicators.add(indicator_properties = indicator1_data) >> True
相关用法
- Python arcgis.apps.hub.Indicator.update用法及代码示例
- Python arcgis.apps.hub.Indicator.delete用法及代码示例
- Python arcgis.apps.hub.InitiativeManager.add用法及代码示例
- Python arcgis.apps.hub.Initiative.delete用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python arcgis.apps.hub.InitiativeManager.get用法及代码示例
- Python arcgis.apps.workforce.Worker用法及代码示例
- Python arcgis.apps.workforce.AssignmentType用法及代码示例
- Python arcgis.apps.workforce.managers.AssignmentIntegrationManager用法及代码示例
- Python arcgis.apps.workforce.Integration用法及代码示例
- Python arcgis.apps.workforce.managers.AssignmentTypeManager用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.theme用法及代码示例
- Python arcgis.apps.workforce.Dispatcher用法及代码示例
- Python arcgis.apps.storymap.story_content.Sidecar用法及代码示例
- Python arcgis.apps.storymap.story_content.Swipe用法及代码示例
- Python arcgis.apps.workforce.managers.WorkerManager用法及代码示例
- Python arcgis.apps.workforce.Assignment用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.cover用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.duplicate用法及代码示例
- Python arcgis.apps.workforce.managers.DispatcherManager用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.add用法及代码示例
- Python arcgis.apps.workforce.managers.AssignmentManager用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.credits用法及代码示例
- Python arcgis.apps.storymap.story.StoryMap.move用法及代码示例
- Python arcgis.apps.tracker.TrackView用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.apps.hub.IndicatorManager.add。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。