本文简要介绍 python 语言中 arcgis.apps.tracker.TrackView
的用法。
用法:
class arcgis.apps.tracker.TrackView(item)
轨迹视图
Parameter
Description
item
必需的
Item
。表示轨迹视图的项目。# Get a Track View and list mobile users. import arcgis gis = arcgis.gis.GIS("https://arcgis.com", "<username>", "<password>") item = gis.content.get("<item-id>") track_view = arcgis.apps.tracker.TrackView(item) mobile_users = track_view.mobile_users.list()
相关用法
- Python ArcGIS Table.append用法及代码示例
- Python ArcGIS Table.query_date_bins用法及代码示例
- Python ArcGIS Table.calculate用法及代码示例
- Python ArcGIS Table.delete_features用法及代码示例
- Python ArcGIS Table.generate_renderer用法及代码示例
- Python ArcGIS Table.query_related_records用法及代码示例
- Python ArcGIS Table.query用法及代码示例
- Python ArcGIS TimeInstant用法及代码示例
- Python ArcGIS Table.get_unique_values用法及代码示例
- Python ArcGIS Table.edit_features用法及代码示例
- Python ArcGIS TimeInterval用法及代码示例
- Python ArcGIS Table.manager用法及代码示例
- Python ArcGIS Timeline用法及代码示例
- Python ArcGIS power用法及代码示例
- Python ArcGIS APIKeyManager.get用法及代码示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS FormFieldElement用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS Site.delete用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS generate_service_areas用法及代码示例
- Python ArcGIS build_overview用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.apps.tracker.TrackView。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。