50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

sos4R (version 0.3.1)

SamsSamplingFeature-class: Classes and creation functions for Sampling Features

Description

Sampling Feature classes.

SamsShape represents the geometry of a spatial sampling feature, that can be used as a feature of interest. Currently, only points are supported.

Arguments

Objects from the Class

Objects can be created by calls to the creation functions:

SamsSamplingFeature(...)

SamsShape(...)

Slots

identifier:

Object of class "character" ~~

name:

Object of class "character" ~~

type:

Object of class "character" ~~

sampledFeature:

Object of class "character" ~~

shape:

Object of class "SamsShape" ~~

id:

Object of class "character" ~~

point:

Object of class "GmlPoint" ~~

id:

Object of class "character" ~~

srsName:

Object of class "character" ~~

srsDimension:

Object of class "integer" ~~

axisLabels:

Object of class "character" ~~

uomLabels:

Object of class "character" ~~

Extends

SamsShape extends "'>GmlGeometry", directly.

SamsSamplingFeature extends "'>GmlFeature", directly. SamsSamplingFeature extends "'>GmlFeatureOrNULL", by class "GmlFeature", distance 2. SamsSamplingFeature extends "'>GmlFeatureOrGmlFeaturePropertyOrNULL", by class "GmlFeature", distance 2.

Methods

print

signature(x = "SamsSamplingFeature"): ...

show

signature(object = "SamsSamplingFeature"): ...

sosCoordinates

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

toString

signature(x = "SamsSamplingFeature"): ...

print

signature(x = "SamsShape"): ...

show

signature(object = "SamsShape"): ...

toString

signature(x = "SamsShape"): ...

References

https://www.opengeospatial.org/standards/om

Examples

Run this code
# NOT RUN {
showClass("SamsSamplingFeature")
showClass("SamsShape")
# }

Run the code above in your browser using DataLab