sosRequest-methods(sos4R)
sosRequest-methods()所属R语言包:sos4R
Send Request to SOS
将请求发送到SOS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the main request function for sending and receiving requests respectively documents from a Sensor Observation Service. It's intended for internal use.
这是主要的请求功能,用于发送和接收请求分别从传感器观察服务文件。它适用于内部使用。
Please use the methods for the SOS operations as long as possible: getCapabilities-methods, describeSensor-methods, getObservation-methods, and getObservationById-methods.
请使用尽可能长的SOS操作的方法:getCapabilities-methods,describeSensor-methods,getObservation-methods和getObservationById-methods。
方法----------Methods----------
signature(sos = "SOS", request = "OwsServiceOperation", verbose = "logical", inspect = "logical") Method sends the given operation to the given SOS connection. verbose activates extensive debugging to the console. inspect prints only the request and response documents to the console.
signature(sos = "SOS", request = "OwsServiceOperation", verbose = "logical", inspect = "logical")方法把给定的操作给定的SOS连接。 verbose激活了大量的调试到控制台。 inspect唯一的请求和响应文档打印到控制台。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|