SaSamplingPoint-class: Classes of the Namespace sa
Description
Classes and construction functions for elements from the OGC specification Observations and Measurements – Part 2 - Sampling Features.Usage
SaSamplingPoint(sampledFeatures, position, relatedObservation = list(NA), relatedSamplingFeature = list(NA), surveyDetails = NA, id = NA_character_)
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(...)
.Extends
SaSamplingPoint and SaSamplingSurface:
Class "GmlFeature"
, directly.
Class "GmlFeatureOrNULL"
, by class "GmlFeature", distance 2.References
Simon Cox (Ed.), Observations and Measurements - Part 2 - Sampling Features, OGC 07-002r3Examples
Run this codeshowClass("SaSamplingPoint")
# create sampling point
SaSamplingPoint(sampledFeatures = list("feature1", "feature2"), position = GmlPointProperty(href = "http://link.to/point"))
Run the code above in your browser using DataLab