webgeom-class: webgeom class

webgeom-classR Documentation

webgeom class

Description

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.

Slots

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

See Also

webgeom, url, geom, attribute, values, version


geoknife documentation built on July 9, 2023, 5:31 p.m.