SosContents-class(sos4R)
SosContents-class()所属R语言包:sos4R
Class and Construction Function of "SosContents"
类和建筑功能“SosContents”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
SosContents models the sos:Contents section in a service metadata document.
SosContents模型SOS:在服务元数据文档的内容部分。
用法----------Usage----------
SosContents(observationOfferings)
参数----------Arguments----------
参数:observationOfferings
A list of objects of class SosObservationOffering.
列表对象类SosObservationOffering。
Details
详细信息----------Details----------
The SosContents section extends the generic ows:Contents elements. It contains the SosObservationOfferings of a Sensor Observation Service.
SosContents部分扩展了通用的的OWS系统:内容元素。它包含了SosObservationOffering的一个传感器观测服务。
类对象----------Objects from the Class----------
Objects can be created by calls to the construction funtion in the form SosContents(...).
对象可以通过调用的建设FUNTION的形式SosContents(...)。
The virtual class SosContentsOrNULL is used to model optional slots in classes containing SosContents: No objects may be created from it.
虚拟类SosContentsOrNULL是用来模拟在类中包含SosContents:没有对象,可以创建从它的可选插槽。
插槽----------Slots----------
observationOfferings: Object of class "list" ~~
observationOfferings:对象类"list"~~
xml: Object of class "XMLAbstractNode" ~~
xml:对象类"XMLAbstractNode"~~
扩展----------Extends----------
Class "OwsContents", directly. Class "SosContentsOrNULL", directly. Class "OwsContentsOrNULL", by class "OwsContents", distance 2.
类"OwsContents",直接。类"SosContentsOrNULL",直接。类"OwsContentsOrNULL",通过类“OwsContents”,距离2。
方法----------Methods----------
show signature(object = "SosContents"): ...
显示signature(object = "SosContents"):...
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参考文献----------References----------
<h3>See Also</h3> <code>SosObservationOffering</code>, <code>OwsContents</code>
实例----------Examples----------
showClass("SosContents")
showClass("SosContentsOrNULL")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|