SA(sos4R)
SA()所属R语言包:sos4R
Classes of the Namespace sa
命名空间的一个类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Classes and construction functions for elements from the OGC specification “Observations and Measurements - Part 2 - Sampling Features”.
类的构造函数,用于OGC规范“的观察和测量的元素 - 第2部分 - 采样功能”。
用法----------Usage----------
SaSamplingPoint(sampledFeatures, position, relatedObservation = list(NA), relatedSamplingFeature = list(NA), surveyDetails = NA, id = NA_character_)
参数----------Arguments----------
参数:sampledFeatures
~~
~~
参数:position
~~
~~
参数:relatedObservation
~~
~~
参数:relatedSamplingFeature
~~
~~
参数:surveyDetails
~~
~~
参数:id
~~
~~
值----------Value----------
Construction functions: An object of the respective class.
建设功能:各自的类的一个目的。
类对象----------Objects from the Class----------
Objects can be created by calls to the construction functions of the form SaSamplingPoint(...).
可以创建对象的形式SaSamplingPoint(...)的构造函数的调用。
插槽----------Slots----------
sampledFeatures: Object of class "list" which contains the sampled features.
sampledFeatures:对象类"list",包含采样功能。
position: Object of class "GmlPointProperty" which contains the position of a feature.
position:对象类"GmlPointProperty",包含该位置的功能。
relatedObservation: Object of class "list" which contains identifiers of related observations.
relatedObservation:对象类"list",包含标识符的有关意见。
relatedSamplingFeature: Object of class "list" which contains identifiers of related sampling features.
relatedSamplingFeature:对象类"list",包含标识符相关的采样功能。
surveyDetails: Object of class "ANY" which can contain information about survey details (which are currently no modeled in an R class).
surveyDetails类"ANY"可以包含有关调查的细节信息(目前没有为蓝本,在R类)的对象。
id: The identifier of a sampling elements (object of class "character").
id:一个采样元素的标识符(类的对象"character")。
shape: Object of class "ANY" which could be used to model the shape of a sampling surface.
shape:对象类"ANY"可以用来模拟一个采样表面的形状。
area: Object of class "ANY" which could be used to model the area of a sampling surface.
area:对象类"ANY"可用于建模的采样表面的面积。
扩展----------Extends----------
SaSamplingPoint and SaSamplingSurface: Class "GmlFeature", directly. Class "GmlFeatureOrNULL", by class "GmlFeature", distance 2.
SaSamplingPoint和SaSamplingSurface:类"GmlFeature",直接。类"GmlFeatureOrNULL",类的“GmlFeature”,距离2。
方法----------Methods----------
show signature(object = "SaSamplingPoint"): ...
显示signature(object = "SaSamplingPoint"):...
show signature(object = "SaSamplingSurface"): ...
显示signature(object = "SaSamplingSurface"):...
(作者)----------Author(s)----------
Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|