當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Python ArcGIS TimeInstant用法及代碼示例


本文簡要介紹 python 語言中 arcgis.realtime.velocity.feeds.TimeInstant 的用法。

用法:

class arcgis.realtime.velocity.feeds.TimeInstant(time_field, date_format=None)

可選參數:

  • date_format: String 。如果該字段不包含紀元值,則可以為時間字段定義日期格式。

返回:

boolean True 如果操作成功

保存 Instant Time 配置的數據類

Parameter

Description

time_field

String 。時間字段名稱。

例子:

# Usage Example

time = TimeInstant(time_field="time_field")

相關用法


注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.realtime.velocity.feeds.TimeInstant。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。