本文简要介绍 python 语言中 arcgis.geoenrichment.Country.subgeographies
的用法。
用法:
property subgeographies
以NamedArea 对象的形式返回该国家/地区的命名地理位置。每个命名区域都具有其中支持的子地理级别的属性,并且这些属性的值是包含该地理级别内的命名地点的字典。这允许使用智能感知和如下符号交互式选择地点:
示例 1:
# Usage Example 1 usa = Country.get('USA') usa.subgeographies.states['California'].counties['San_Bernardino_County']
示例 2:
# Usage Example 2 india.named_places.states['Bihar'].districts['Aurangabad'].subdistricts['Barun']
注意:
目前,仅当使用 Web GIS(ArcGIS Online 或 ArcGIS Enterprise 作为
gis
源时才支持此函数。
相关用法
- Python ArcGIS Country.enrich用法及代码示例
- Python ArcGIS Country.enrich_variables用法及代码示例
- Python ArcGIS Country.travel_modes用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ContentManager.delete_folder用法及代码示例
- Python ArcGIS ContentManager.replace_service用法及代码示例
- Python ArcGIS ContentManager.advanced_search用法及代码示例
- Python ArcGIS ContentManager.can_delete用法及代码示例
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.create_folder用法及代码示例
- Python ArcGIS ContentManager.share_items用法及代码示例
- 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 ContentManager.delete_items用法及代码示例
- Python ArcGIS ContentManager.generate用法及代码示例
- Python ArcGIS ContentManager.analyze用法及代码示例
- Python ArcGIS ContentManager.is_service_name_available用法及代码示例
- Python ArcGIS CiscoEdgeIntelligence用法及代码示例
- Python ArcGIS CategoryManager.add用法及代码示例
- Python ArcGIS CreditManager用法及代码示例
- Python ArcGIS CategorySchemaManager.delete用法及代码示例
- Python ArcGIS CertificateManager.delete用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.geoenrichment.Country.subgeographies。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。