本文簡要介紹 python 語言中 arcgis.realtime.velocity.feeds.SingleFieldGeometry
的用法。
用法:
class arcgis.realtime.velocity.feeds.SingleFieldGeometry(geometry_field, geometry_type, geometry_format, wkid)
返回:
True
如果操作成功
保存單字段幾何配置的數據類。
參數
說明
geometry_field
String 。幾何字段名稱。
選項:
esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon, esriGeometryMulti.
geometry_type
String 。幾何類型。
選項:
esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon, esriGeometryMulti.
geometry_format
String 。幾何格式。
選項:
coordinates, esrijson, geojson, or wkt.
wkid
國際。幾何圖形的 WKID。
例子:
# Usage Example geometry = SingleFieldFeometry( geometry_field="geometry_field" geometry_type="esriGeometryPoint", geometry_format="esrijson", wkid=4326 )
相關用法
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python ArcGIS Sidecar用法及代碼示例
- Python ArcGIS SiteManager.get_by_domain用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
- Python ArcGIS Site.search用法及代碼示例
- Python ArcGIS StoryMap.move用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.realtime.velocity.feeds.SingleFieldGeometry。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。