SosBindings(sos4R)
SosBindings()所属R语言包:sos4R
Bindings and Connecition Methods of OGC Sensor Observation Service
OGC传感器观测服务的绑定和Connecition的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The SOS comes with three possible methods of transfering data, HTTP GET, HTTP POST and SOAP.
SOS HTTP GET,HTTP POST和SOAP传输数据,配备了三种可能的方法。
Details
详细信息----------Details----------
The <STRONG>POST</STRONG> binding is described in the official SOS specification and should be the default method.
<STRONG> POST </ STRONG>绑定在官方SOS规范,应该是默认的方法。
The <STRONG>GET</STRONG> binding is described by OOTethys in a Best Practice document: http://www.oostethys.org/best-practices/best-practices-get. It contains some special encoding for bounding boxes, as the only spatial filter, and time periods, as the only temporal filter.
在<strong> GET </ STRONG>,绑定描述OOTethys的最佳实践文档:http://www.oostethys.org/best-practices/best-practices-get的。它包含了一些特殊的包围盒的编码,作为唯一的空间滤波器,和时间段,作为唯一的时间滤波器。
The <STRONG>SOAP</STRONG> binding is not official with regards to the spec, and also not implemented yet.
<STRONG> SOAP </ STRONG>绑定是不是官方的规范方面,也尚未实现。
The connection method can be changed on creation of a SOS object.
连接方法可以改变上创建一个SOS对象。
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
# HTTP connection methods supported by this sos4R implementation[支持本sos4R实现的HTTP连接方法]
supported <- SosSupportedConnectionMethods()
supported
## Not run: [#不运行:]
sos <- SOS("http://sosurl.org/", method = "GET")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|