WFSDescribeFeatureType: WFSDescribeFeatureType

WFSDescribeFeatureTypeR Documentation

WFSDescribeFeatureType

Description

WFSDescribeFeatureType

WFSDescribeFeatureType

Format

R6Class object.

Value

Object of R6Class for modelling a WFS DescribeFeatureType request

Super classes

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

Methods

Public 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.

Note

Abstract class used by ows4R to trigger a WFS DescribeFeatureType request

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


eblondel/ows4R documentation built on April 1, 2024, 8:18 a.m.