SosCapabilities_1.0.0-class(sos4R)
SosCapabilities_1.0.0-class()所属R语言包:sos4R
Class and Construction Function for "SosCapabilities_1.0.0"
类和建筑功能为“SosCapabilities_1.0.0”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The service metadata document of a Sensor Observation Service.
服务元数据文档的传感器观测服务。
用法----------Usage----------
SosCapabilities(version, updateSequence = NA, owsVersion = "1.1.0", identification = NULL, provider = NULL, operations = NULL, filterCapabilities = NULL, contents = NULL)
参数----------Arguments----------
参数:version
The version of the service.
该版本的服务。
参数:updateSequence
Service metadata document version, value is "increased" whenever any change is made in complete service metadata document. This can be used to request a certain version of a metadata document. Parameter is found in both request and reponse, but may not be supported by a service.
服务的元数据文件版本,是“增加”每当有任何更改,完善的服务元数据文档。这可以被用来请求一个特定版本的元数据文档。参数是在请求和反应“,但可能不支持的服务。
参数:owsVersion
The used OWS specification version.
使用OWS规范版本。
参数:identification
The identification section of a capabilities document, object of class OwsServiceIdentification.
标识部分的功能文档,对象类OwsServiceIdentification的。
参数:provider
The provider section of a capabilities document, object of class OwsServiceProvider.
一个功能文件的提供者部分,对象类OwsServiceProvider的。
参数:operations
A list of objects of class OwsOperation in a OperationsMetadata object. The provider section of a capabilities document.
类的对象的列表OwsOperation中OperationsMetadata对象。一个功能文件的提供者部分。
参数:filterCapabilities
An object of class SosFilter_Capabilities contaning the filter capabilities of a service.
类的一个对象SosFilter_Capabilities浸渗过滤功能的服务。
参数:contents
The provider section of a capabilities document, object of class SosContents.
一个功能文件的提供者部分,对象类SosContents的。
Details
详细信息----------Details----------
This document provides clients with service metadata about a specific service instance, including metadata about the tightly-coupled data served.
本文档提供了有关特定的服务实例,包括元数据紧密耦合的数据服务客户端与服务元数据。
The portions of the GetCapabilities response document that are defined in the OWS Common specification are not modified for SOS. The sections of the response that are specific for the SOS are the Filter_Capabilities and the Contents section.
GetCapabilities响应OWS常用规格中定义的文件的部分的不被修改为SOS。的部分的反应,具体为SOS是Filter_Capabilities及内容部分。
类对象----------Objects from the Class----------
Objects can be created by calls to the construction function of the form SosCapabilities(...) including the parameter "owsVersion" for the respective version of the service metadata document.
对象可以通过调用构造函数的形式SosCapabilities(...)包括参数"owsVersion"的服务元数据文档的各个版本。
插槽----------Slots----------
filterCapabilities: Object of class "SosFilter_CapabilitiesOrNULL" ~~
filterCapabilities:对象类"SosFilter_CapabilitiesOrNULL"~~
identification: Object of class "OwsServiceIdentificationOrNULL" ~~
identification:对象类"OwsServiceIdentificationOrNULL"~~
provider: Object of class "OwsServiceProviderOrNULL" ~~
provider:对象类"OwsServiceProviderOrNULL"~~
operations: Object of class "OwsOperationsMetadataOrNULL" ~~
operations:对象类"OwsOperationsMetadataOrNULL"~~
contents: Object of class "OwsContentsOrNULL" ~~
contents:对象类"OwsContentsOrNULL"~~
version: Object of class "character" ~~
version:对象类"character"~~
updateSequence: Object of class "character" ~~
updateSequence:对象类"character"~~
owsVersion: Object of class "character" ~~
owsVersion:对象类"character"~~
扩展----------Extends----------
Class "OwsCapabilities_1.1.0", directly. Class "OwsCapabilities", by class "OwsCapabilities_1.1.0", distance 2.
类"OwsCapabilities_1.1.0",直接。类"OwsCapabilities",类的“OwsCapabilities_1.1.0”,距离2。
方法----------Methods----------
No methods defined with class "SosCapabilities_1.0.0" in the signature.
没有定义的方法的类的“SosCapabilities_1.0.0”的签名。
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参考文献----------References----------
<h3>See Also</h3> <code>SosFilter_Capabilities</code>, <code>SosContents</code>, <code>OwsCapabilities</code>
实例----------Examples----------
showClass("SosCapabilities_1.0.0")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|