本文簡要介紹 python 語言中 arcgis.realtime.velocity.feeds.TimeInterval
的用法。
用法:
class arcgis.realtime.velocity.feeds.TimeInterval(interval_start_field, interval_end_field, date_format=None)
可選參數:
- date_format: String 。如果該字段不包含紀元值,則可以為時間字段定義日期格式。
返回:
boolean
True
如果操作成功
保存間隔時間配置的數據類
Parameter
Description
interval_start_field
String 。 Start-time 時間間隔的字段名稱。
interval_end_field
String 。 End-time 時間間隔的字段名稱。
例子:
# Usage Example time = TimeInterval( interval_start_field="start_field", interval_end_field="end_field" )
相關用法
- Python ArcGIS TimeInstant用法及代碼示例
- Python ArcGIS Timeline用法及代碼示例
- 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 Table.get_unique_values用法及代碼示例
- Python ArcGIS TrackView用法及代碼示例
- Python ArcGIS Table.edit_features用法及代碼示例
- Python ArcGIS Table.manager用法及代碼示例
- 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.realtime.velocity.feeds.TimeInterval。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。