当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。