SML(sos4R)
SML()所属R语言包:sos4R
Classes of the Namespace sml
类命名空间的SML
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Classes, construction functions, and accessor functions for elements from the OGC specification “OpenGIS(R) Sensor Model Language (SensorML) Implementation Specification”.
从OGC规范“与OpenGIS(R)传感器型号的语言(SensorML)的实施细则”的元素的类,建筑功能和存取功能。
The only class at the moment is "SensorML" which wraps an "XMLInternalDocument" and some additional information. This strongly depends on the SensorML Profile for Discovery to find the respective paramters.
此刻是唯一的类"SensorML"包"XMLInternalDocument"和一些额外的信息。这在很大程度上取决于个人资料搜索来查找相应的参数研究SensorML。
类对象----------Objects from the Class----------
Objects can be created by calls to the construction method in the form SensorML(...).
对象可以通过调用的构造方法的形式SensorML(...)。
插槽----------Slots----------
xml: Object of class "XMLInternalDocument", holds the XML representation of the sensor description.
xml:类的对象"XMLInternalDocument",持有传感器描述的XML表示形式。
coords: Object of class "data.frame", holds the position of the sensor.
coords:类的对象"data.frame",保持位置的传感器。
id: Object of class "character", the main identifier of the sensor.
id:类的对象"character",主标识符的传感器。
name: Object of class "character", a naming identifier of the sensor.
name:类的对象"character",命名标识符的传感器。
description: Object of class "character", a normal text description of the sensor.
description:对象的类"character",一个普通的文本描述的传感器。
boundedBy: Object of class "matrix", the bounding box of the sensor.
boundedBy:类的对象"matrix",包围盒的传感器。
方法----------Methods----------
show signature(object = "SensorML"): Prints a short statement to the command line.
显示signature(object = "SensorML"):在命令行中打印一个简短的声明。
plot signature(object = "SensorML"): Plots the sensor using coercion to an object of class "Spatial".
图signature(object = "SensorML"):绘出了的传感器采用胁迫的对象类"Spatial"。
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参考文献----------References----------
实例----------Examples----------
showClass("SensorML")
## Not run: [#不运行:]
weathersos <- SOS("http://v-swe.uni-muenster.de:8080/WeatherSOS/sos")
proc1 <- sosProcedures(weathersos)[[1]][[1]]
proc1.descr <- describeSensor(weathersos, proc1, verbose = TRUE)
plot(proc1.descr)
class(proc1.descr)
print(proc1.descr
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|