Skip to contents

WFSDescribeFeatureType

WFSDescribeFeatureType

Format

R6Class object.

Value

Object of R6Class for modelling a WFS DescribeFeatureType request

Note

Abstract class used by ows4R to trigger a WFS DescribeFeatureType request

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> WFSDescribeFeatureType

Methods

Inherited methods


Method new()

Initializes a WFSDescribeFeatureType service request

Usage

WFSDescribeFeatureType$new(
  capabilities,
  op,
  url,
  version,
  typeName,
  user = NULL,
  pwd = NULL,
  token = NULL,
  headers = c(),
  config = httr::config(),
  logger = NULL,
  ...
)

Arguments

capabilities

an object of class WFSCapabilities

op

object of class OWSOperation as retrieved from capabilities

url

url

version

service version

typeName

typeName

user

user

pwd

pwd

token

token

headers

headers

config

config

logger

logger

...

any parameter to pass to the service request


Method clone()

The objects of this class are cloneable with this method.

Usage

WFSDescribeFeatureType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.