The webgeom
class represents a web feature service (WFS) dataset.
WFS is an open geospatial consortium standard for spatial data on the web. WFS supports
filtering of spatial elements and this object can support many of those filters.
url
URL of web feature service endpoint.
Can be set or accessed using url
geom
character for geometric feature name.
Can be set or accessed using geom
attribute
character for feature attribute (used for filtering and naming in output)
Can be set or accessed using attribute
values
character vector of attribute values to be used in processing (a subset, or all if NA)
Can be set or accessed using values
version
a character that specifies the web feature service (WFS) version to use.
Can be set or accessed using version
GML_IDs
(_private) IDs that correspond to values
. Used internally for processing.
WFS_NAMESPACE
(_private) web location of web feature service namespace
GML_NAMESPACE
(_private) web location of GML namespace
GML_SCHEMA_LOCATION
(_private) web location of GML schema location
webgeom
, url
, geom
,
attribute
, values
, version