Supported(sos4R)
Supported()所属R语言包:sos4R
Functions to Access Supported Features of the Current sos4R Implementation
函数访问支持的功能当前sos4R的实施
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions can be used to access the supported parameters for a range of settings of a SOS connection.
这些功能可以被用来访问一个SOS连接的范围内设置的支持的参数。
用法----------Usage----------
SosSupportedOperations()
SosSupportedComparisonOperators()
SosSupportedConnectionMethods()
SosSupportedGeometryOperands()
SosSupportedResponseFormats()
SosSupportedResponseModes()
SosSupportedResultModels()
SosSupportedSpatialOperators()
SosSupportedTemporalOperators()
SosSupportedServiceVersions()
Details
详细信息----------Details----------
<STRONG>Supported features</STRONG>, like connection methods and supported response modes, are accessible by functions starting with "SosSupported". See the examples section for a complete list of these functions.
<STRONG>支持的功能</ STRONG>,类似的连接方式和支持的响应模式,由功能开始与“SosSupported”的访问。这些功能的完整列表,请参见示例部分。
It is encouraged to rather use these methods than manually set character values for compatibility with future versions, e.g. SosSupportedConnectionMethods()[[1]] instead of directly writing "GET".
这是鼓励,而使用这些方法比手动设置的字符值与未来版本的兼容性,例如SosSupportedConnectionMethods()[[1]],而不是直接写"GET"。
值----------Value----------
A list of supported values for the respective parameter.
支持相应的参数值列表。
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参见----------See Also----------
See Defaults for default values of parameters.
见Defaults参数的默认值。
实例----------Examples----------
# The supported operations of the specification[支持的操作规范]
SosSupportedOperations()
# HTTP connection methods supported by this sos4R implementation[支持本sos4R实现的HTTP连接方法]
SosSupportedConnectionMethods()
myConnectionType <- SosSupportedConnectionMethods()[[1]]
myConnectionType
# Formats, modes and models that can be processed by this implementation[此实现可以处理的格式,模式和模型]
SosSupportedResponseFormats()
SosSupportedResultModels()
SosSupportedResponseModes()
# Operators and operands for filtering in a GetObservation request[为过滤在一个GetObservation请求的操作符和操作数]
SosSupportedTemporalOperators()
SosSupportedSpatialOperators()
SosSupportedGeometryOperands()
SosSupportedComparisonOperators()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|