DescribeSensor(sos4R)
DescribeSensor()所属R语言包:sos4R
Class and Construction Function for "SosDescribeSensor"
类和建筑功能为“SosDescribeSensor”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The DescribeSensor Operatiosn of a Sensor Observation Service can be used to retrieve metadata of procedures that are available from a SOS. This sensor description is normally encoded in
到检索可从SOS的程序的元数据,可以使用一个传感器观察服务DescribeSensor Operatiosn。该传感器的描述通常是编码
用法----------Usage----------
SosDescribeSensor(service, version, procedure, outputFormat)
参数----------Arguments----------
参数:service
The service attribute of the request, e.g. SOS.
服务属性的要求,例如SOS。
参数:version
The version attribute of the request, e.g. 1.0.0.
的版本属性的要求,例如1.0.0。
参数:procedure
The value of the procedure elements in the request, e.g. urn:procedure:42.
在请求中的程序元件的值,例如urn:procedure:42。
参数:outputFormat
The value of the output format element in the request, e.g. text/xml;subtype="sensorML/1.0.1"
在请求的输出格式元素的值,例如text/xml;subtype="sensorML/1.0.1"
值----------Value----------
The value of the construction function is an object of class SosDescribeSensor-class
的构造函数的值是类的一个对象SosDescribeSensor一流
类对象----------Objects from the Class----------
Objects can be created by calling the construction function of the form DescribeSensor(...). The contain the procedure identifier that is to be described by a service.
可以创建对象,调用构造函数的形式DescribeSensor(...)。包含的程序的标识符,该标识符是将要描述的由服务。
插槽----------Slots----------
procedure: Object of class "character", the identifier of the procedure.
procedure:对象类"character",标识符的程序。
outputFormat: Object of class "character", the requested output format.
outputFormat:对象的类"character",所要求的输出格式。
service: Object of class "character", the service type, e.g. "SOS".
service:类"character",在服务类型的对象,例如: "SOS"。
request: Object of class "character", the name of the request, "DescribeSensor".
request:类的对象"character"“的名称的要求,"DescribeSensor"。
version: Object of class "character", the service version, e.g. "1.0.0"
version:对象的类"character",服务的版本,例如: "1.0.0"
扩展----------Extends----------
Class "OwsServiceOperation", directly.
类"OwsServiceOperation",直接。
方法----------Methods----------
checkRequest signature(service = "SOS", operation = "DescribeSensor", verbose = "logical"): Checks the contents of the request before sending it.
checkRequest signature(service = "SOS", operation = "DescribeSensor", verbose = "logical"):检查内容的要求,然后再发送。
encodeRequestKVP signature(obj = "DescribeSensor"): Encode the information in the request as key-value-pairs for HTTP GET connections, see encodeRequestKVP-methods.
encodeRequestKVPsignature(obj = "DescribeSensor"):编码信息请求中的键 - 值对HTTP GET连接,请参阅encodeRequestKVP-methods。
encodeRequestSOAP signature(obj = "DescribeSensor"): Encode the information in the request as XML for SOAP connections, see encodeRequestSOAP-methods.
encodeRequestSOAP signature(obj = "DescribeSensor"):编码作为XML的SOAP连接请求中的信息,请参阅encodeRequestSOAP-methods。
encodeRequestXML signature(obj = "DescribeSensor"): Encode the information in the request as XML for HTTP POST connections, see encodeRequestXML-methods.
encodeRequestXML signature(obj = "DescribeSensor"):编码XML HTTP POST连接请求中的信息,请参阅encodeRequestXML-methods。
show signature(object = "DescribeSensor"): Show a human readable excerpt of the contents of the object.
显示signature(object = "DescribeSensor"):显示人类可读的对象的内容摘录。
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
showClass("SosDescribeSensor")
# example for construction function[例如建设功能]
describeSensorRequest <- SosDescribeSensor(service = "SOS", version = "1.0.0",
procedure = "urn:procedure:42", outputFormat = "text/xml")
print(describeSensorRequest)
# encode the request in XML[以XML格式编码的申请]
encodeRequestXML(describeSensorRequest)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|