本文简要介绍 python 语言中 arcgis.gis.admin.CategoryManager.add
的用法。
用法:
add(items, category)
返回:
字典指示‘success’或‘error’
将类别添加到现有的一组项目
Parameter
Description
items
所需物品。 GIS 中将使用类别列表进行更新的内容。
category
必需的字符串。为项目分配类别值。
>>> item = [gis.content.get("<item id 1>"), gis.content.get("<item id 2>")] >>> cs = gis.admin.category_schema >>> print(cs.add(items=[item], category="/Categories/TEST3")) [{'results': [{'itemId': '<item id 1>', 'success': True}]}, {'results': [{'itemId': '<item id 2>', 'success': True}]}]
相关用法
- Python ArcGIS CategorySchemaManager.delete用法及代码示例
- Python ArcGIS CategorySchemaManager.assign_to_items用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ContentManager.delete_folder用法及代码示例
- Python ArcGIS ContentManager.replace_service用法及代码示例
- Python ArcGIS Country.enrich用法及代码示例
- Python ArcGIS ContentManager.advanced_search用法及代码示例
- Python ArcGIS CiscoEdgeIntelligence用法及代码示例
- Python ArcGIS ContentManager.can_delete用法及代码示例
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.create_folder用法及代码示例
- Python ArcGIS ContentManager.share_items用法及代码示例
- Python ArcGIS Country.subgeographies用法及代码示例
- Python ArcGIS CreditManager用法及代码示例
- Python ArcGIS ContentManager.rename_folder用法及代码示例
- Python ArcGIS ContentManager.clone_items用法及代码示例
- Python ArcGIS ContentManager.add用法及代码示例
- Python ArcGIS ContentManager.search用法及代码示例
- Python ArcGIS ContentManager.bulk_update用法及代码示例
- Python ArcGIS Country.enrich_variables用法及代码示例
- Python ArcGIS CertificateManager.delete用法及代码示例
- Python ArcGIS ContentManager.delete_items用法及代码示例
- Python ArcGIS CertificateManager.add用法及代码示例
- Python ArcGIS CertificateManager.get用法及代码示例
- Python ArcGIS ContentManager.generate用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.admin.CategoryManager.add。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。