WFSFeatureTypeElement: WFSFeatureTypeElement

WFSFeatureTypeElementR Documentation

WFSFeatureTypeElement

Description

WFSFeatureTypeElement

WFSFeatureTypeElement

Format

R6Class object.

Value

Object of R6Class modelling a WFS feature type element

Super class

ows4R::OGCAbstractObject -> WFSFeatureTypeElement

Public fields

minOccurs

minOccurs

maxOccurs

maxOccurs

nillable

nillable

name

name

type

type

geometry

geometry

Methods

Public methods

Inherited methods

Method new()

Initializes a WFSFeatureTypeElement

Usage
WFSFeatureTypeElement$new(xmlObj, namespaces)
Arguments
xmlObj

object of class XMLInternalNode-class from XML

namespaces

namespaces definitions inherited from parent XML, as data.frame


Method getMinOccurs()

get min occurs

Usage
WFSFeatureTypeElement$getMinOccurs()
Returns

an object of class character


Method getMaxOccurs()

get max occurs

Usage
WFSFeatureTypeElement$getMaxOccurs()
Returns

an object of class character


Method isNillable()

get if nillable

Usage
WFSFeatureTypeElement$isNillable()
Returns

an object of class logical


Method getName()

get name

Usage
WFSFeatureTypeElement$getName()
Returns

an object of class character


Method getType()

get type

Usage
WFSFeatureTypeElement$getType()
Returns

an object of class character


Method isGeometry()

Is geometry

Usage
WFSFeatureTypeElement$isGeometry()
Arguments
return

object of class logical


Method clone()

The objects of this class are cloneable with this method.

Usage
WFSFeatureTypeElement$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Abstract class used by ows4R

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


eblondel/ows4R documentation built on June 9, 2025, 6:55 a.m.