找回密码
 注册
查看: 409|回复: 0

R语言 sos4R包 SOS()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 11:58:59 | 显示全部楼层 |阅读模式
SOS(sos4R)
SOS()所属R语言包:sos4R

                                        Class, and Construction and Accessor Functions for "SOS"
                                         类,建筑及取值函数为“SOS”

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Base class of a connection to a Sensor Observation Service.
连接到传感器观测服务的基类。


用法----------Usage----------


SOS(url, method = SosDefaultConnectionMethod(), version = "1.0.0", parsers = SosParsingFunctions(), encoders = SosEncodingFunctions(), dataFieldConverters = SosDataFieldConvertingFunctions(), curlOptions = list(), curlHandle = getCurlHandle(), timeFormat = sosDefaultTimeFormat, verboseOutput = FALSE, switchCoordinates = FALSE, ...)

# accessor methods ...



参数----------Arguments----------

参数:url
See the corresponding slot description.
请参阅相应的插槽说明。


参数:method
See the corresponding slot description.
请参阅相应的插槽说明。


参数:version
See the corresponding slot description.
请参阅相应的插槽说明。


参数:parsers
See the corresponding slot description.
请参阅相应的插槽说明。


参数:encoders
See the corresponding slot description.
请参阅相应的插槽说明。


参数:dataFieldConverters
See the corresponding slot description.
请参阅相应的插槽说明。


参数:curlOptions
See the corresponding slot description.
请参阅相应的插槽说明。


参数:curlHandle
See the corresponding slot description.
请参阅相应的插槽说明。


参数:timeFormat
See the corresponding slot description.
请参阅相应的插槽说明。


参数:verboseOutput
See the corresponding slot description.
请参阅相应的插槽说明。


参数:switchCoordinates
See the corresponding slot description.
请参阅相应的插槽说明。


参数:...
Additional parameters that are passed on to the getObservation call that is done within this function.
其他参数被传递到getObservation呼叫,在这个函数中完成的。


Details

详细信息----------Details----------

From the introduction of the specification document: “The goal of SOS is to provide access to observations from sensors and sensor systems in a standard way that is consistent for all sensor systems including remote, in-situ, fixed and mobile sensors.”
从引进的规范文件的SOS:“我们的目标是提供以标准的方式是一致的,所有的传感器系统,包括遥控器,在现场,固定和移动传感器观测传感器和传感器系统的访问。”


值----------Value----------

The construction functions returns an object of class SOS-class.
构造函数返回一个对象类SOS-class。


类对象----------Objects from the Class----------

Objects can be created by calls to the construction function of the form SOS(...).
可以创建对象调用构造函数的形式SOS(...)。

Object from the class can be used in calls to function for metadata retrieval of sensors (link{describeSensor-methods}) and observation data queries (link{getObservation-methods} and link{getObservationById-methods})
从类对象可用于调用函数的元数据检索的传感器(link{describeSensor-methods})和观测数据的查询(link{getObservation-methods}和link{getObservationById-methods})


插槽----------Slots----------




url: Object of class "character": The endpoint of the service, e.g. http://myUrl.org/SOS1/sos.
url:类的对象"character":端点的服务,例如: http://myUrl.org/SOS1/sos。




method: Object of class "character": The method, or transport protocol, see SosSupportedConnectionMethods for available ones.
method:类的对象"character"的方法,或传输协议,请参阅SosSupportedConnectionMethods可用的。




version: Object of class "character": The connected service's version, e.g. "1.0.0".
version:对象类"character":连接服务的版本,例如: "1.0.0"。




capabilities: Object of class "OwsCapabilities" ~~
capabilities:对象类"OwsCapabilities"~~




parsers: Object of class "list" ~~
parsers:对象类"list"~~




encoders: Object of class "list" ~~
encoders:对象类"list"~~




dataFieldConverters: Object of class "list": A list of named functions to be used by the parsing methods to convert data values to the correct R type, see SosDataFieldConvertingFunctions for the default functions and how to add your own converters.
dataFieldConverters类的对象"list":命名的功能,所使用的分析方法,数据值转换到正确的R型的列表,请参阅SosDataFieldConvertingFunctions的默认功能,以及如何添加您自己的转换器。




curlHandle: Object of class "CURLHandle": The curl options to be passed on to the methods getURL and postForm from the package RCurl.
curlHandle:类的对象"CURLHandle":卷曲选项传递的方法getURL和postForm包RCurl。




curlOptions: Object of class "ANY": The curl handle to be passed on to the methods getURL and postForm from the package RCurl.
curlOptions:类的对象"ANY":卷曲的句柄传递给方法getURL和postForm包RCurl。




timeFormat: Object of class "character": The time format to be used or decoding and encoding time character strings to and from POSIXt classes.
timeFormat:类的对象"character":使用或时间格式的解码和编码时字符串和POSIXt类的。




verboseOutput: Object of class "logical": Trigger parameter for extensive debugging information on the console.
verboseOutput:类"logical":触发参数在控制台上大量的调试信息的对象。




switchCoordinates: Object of class "logical": Trigger switching of lat/long during parsing stage.
switchCoordinates:类的对象"logical":纬度/长在分析阶段触发切换。


方法----------Methods----------




sosAbstract signature(obj = "SOS"): ...
sosAbstract signature(obj = "SOS")...




sosCapabilitiesDocumentOriginal signature(sos = "SOS"): To retrieve the full original service metadata document.
sosCapabilitiesDocumentOriginal signature(sos = "SOS"):要获取完整的原始服务元数据文件。




sosCaps signature(sos = "SOS"): ...
sosCapssignature(sos = "SOS"):...




sosContents signature(sos = "SOS"): ...
sosContentssignature(sos = "SOS"):...




sosDataFieldConverters signature(sos = "SOS"): ...
sosDataFieldConverterssignature(sos = "SOS"):...




sosTime signature(obj = "SOS"): ...
sosTime signature(obj = "SOS")...




sosTime signature(obj = "SOS"): ...
sosTime signature(obj = "SOS")...




sosTitle signature(obj = "SOS"): ...
sosTitle signature(obj = "SOS")...




sosOperations signature(sos = "..."): ...
sosOperationssignature(sos = "..."):...




sosGetCRS signature(obj = "character"): ...
sosGetCRSsignature(obj = "character"):...




sosGetDCP signature(sos = "SOS", operation = "character", type = "character"): Get the distributed computing platform URL for the given operation and method type. If type is missing, the function returns all available DCPs.
sosGetDCP signature(sos = "SOS", operation = "character", type = "character"):获取URL给定的操作和方法类型的分布式计算平台。如果缺少类型,函数将返回所有可用的应课税品许可证的。




sosEncoders signature(sos = "SOS"): ...
sosEncoderssignature(sos = "SOS"):...




sosFeatureIds signature(obj = "list"): ...
sosFeatureIdssignature(obj = "list"):...




sosFeaturesOfInterest signature(obj = "list"): ...
sosFeaturesOfInterestsignature(obj = "list"):...




sosGetCRS signature(obj = "character"): Get an object of class sp:::CRS for a given OGC URN depicting a reference system, like urngc:def:crs:EPSG:1000.
sosGetCRSsignature(obj = "character"):获取一个类的对象sp:::CRS对于一个给定的OGC URN描绘了一个参考系统,如urngc:def:crs:EPSG:1000。




sosMethod signature(sos = "SOS"): ...
sosMethod signature(sos = "SOS")...




sosName signature(obj = "..."): ...
sosName signature(obj = "...")...




sosObservedProperties signature(sos = "SOS"): ...
sosObservedPropertiessignature(sos = "SOS"):...




sosOffering signature(sos = "SOS", offeringId = "character"): ...
sosOfferingsignature(sos = "SOS", offeringId = "character"):...




sosOfferingIds signature(sos = "SOS"): ...
sosOfferingIdssignature(sos = "SOS"):...




sosOfferings signature(sos = "SOS"): ...
sosOfferingssignature(sos = "SOS"):...




sosOperation signature(sos = "SOS", operationName = "character"): ...
sosOperationsignature(sos = "SOS", operationName = "character"):...




sosOperationsMetadata signature(sos = "SOS"): ...
sosOperationsMetadata signature(sos = "SOS")...




sosParsers signature(sos = "SOS"): ...
sosParserssignature(sos = "SOS"):...




sosProcedures signature(sos = "SOS"): Accessor function for the procedures of a SOS (via list in capabilities of GetObservation operation) or a SosObservationOffering.
sosProcedures signature(sos = "SOS"):存取函数的程序一个SOS(通过列表中的GetObservation操作能力)或SosObservationOffering。




sosResponseFormats signature(sos = "SOS"): TBD: add missing signatures ...
sosResponseFormatssignature(sos = "SOS"):TBD:添加缺少的签名...




sosResponseMode signature(sos = "SOS"): ...
sosResponseMode signature(sos = "SOS")...




sosResultModels signature(sos = "SOS"): ...
sosResultModelssignature(sos = "SOS"):...




sosServiceIdentification signature(sos = "SOS"): ...
sosServiceIdentificationsignature(sos = "SOS"):...




sosServiceProvider signature(sos = "SOS"): ...
sosServiceProvider signature(sos = "SOS")...




sosSrsName signature(sos = "SOS"): ...
sosSrsName signature(sos = "SOS")...




sosSwitchCoordinates signature(sos = "SOS"): ...
sosSwitchCoordinatessignature(sos = "SOS"):...




sosTimeFormat signature(sos = "SOS"): ...
sosTimeFormat signature(sos = "SOS")...




sosUrl signature(sos = "SOS"): ...
sosUrl signature(sos = "SOS")...




sosVersion signature(sos = "SOS"): ...
sosVersionsignature(sos = "SOS"):...




sosTime signature(obj = "SOS"): Accessor function for the event time period from the GetObservation operations metadata.
sosTimesignature(obj = "SOS"):事件时间周期:从“GetObservation操作元数据的访问函数。




sosFilter_Capabilities signature(sos = "SOS"): Accessor function for the filter capabilities of a SOS object.
sosFilter_Capabilitiessignature(sos = "SOS"):访问函数的过滤功能的一个SOS对象。


(作者)----------Author(s)----------


Daniel Nuest <a href="mailto:daniel.nuest@uni-muenster.de">daniel.nuest@uni-muenster.de</a>



参考文献----------References----------




参见----------See Also----------

See also creation function SOS and the package vignette for general description of use.
也创造功能SOS和包装使用的一般描述的小插曲。


实例----------Examples----------


showClass("SOS")

## Not run: [#不运行:]
# create a SOS connection[创建一个SOS连接]
mysos <- SOS(url = "http://mysos.org/sos")

# create a SOS connetion with a specific connection method and time format[创建一个SOS引黄一个特定的连接方法和时间格式]
mysos <- SOS(url = "http://mysos.org/sos",
    method = "GET", timeFormat = "

# turn on verbose output for all methods and functions[打开详细输出,所有的方法和功能]
SOS(url = "http://mysos.org/sos", verboseOutput = TRUE)

# get the meaning of an exception code[得到的异常代码的含义]
sosExceptionCodeMeaning(ex@exceptionCode)

# create a CRS object from a URN CRS string[创建一个的CRS对象从一个URN CRS字符串]
sosGetCRS("urngc:def:crs:EPSG:4217")

## End(Not run)[#(不执行)]




转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-9 17:04 , Processed in 0.021257 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表