本文簡要介紹 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。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。