encodeKVP-methods(sos4R)
encodeKVP-methods()所属R语言包:sos4R
Encode Classes as KVP
编码类,KVP
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These methods convert a given object to a key-value-pair representation to be used in GET requests. The given instance of SOS is possibly used for encoding sub-elements or accessing metadata which is required for the encoding, like time stamp format.
这些方法可以把一个键 - 值对表示要使用GET请求给定对象。给出的实例SOS可能是用于编码子元素或访问元数据的编码一样,这是需要时间的时间戳格式。
方法----------Methods----------
signature(obj = "OgcBinaryTemporalOp", sos = "SOS") Convert the given object to a KVP representation.
signature(obj = "OgcBinaryTemporalOp", sos = "SOS")给定的对象转换到KVP表示。
signature(obj = "SosEventTime", sos = "ANY") Convert the given object to a KVP representation.
signature(obj = "SosEventTime", sos = "ANY")给定的对象转换到KVP表示。
signature(obj = "POSIXt", sos = "ANY") Convert the given object to a string format suitable for KVP representation.
signature(obj = "POSIXt", sos = "ANY")适合KVP表示为一个字符串格式转换给定的对象。
参见----------See Also----------
SosBindings, http://en.wikipedia.org/wiki/Key_Value_Pair
SosBindings,http://en.wikipedia.org/wiki/Key_Value_Pair
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|