WFSFeatureTypeElement
WFSFeatureTypeElement
Object of R6Class
modelling a WFS feature type element
R6Class
object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
new()
Initializes a WFSFeatureTypeElement
WFSFeatureTypeElement$new(xmlObj)
xmlObj
object of class XMLInternalNode-class from XML
getMinOccurs()
get min occurs
WFSFeatureTypeElement$getMinOccurs()
an object of class character
getMaxOccurs()
get max occurs
WFSFeatureTypeElement$getMaxOccurs()
an object of class character
isNillable()
get if nillable
WFSFeatureTypeElement$isNillable()
an object of class logical
getName()
get name
WFSFeatureTypeElement$getName()
an object of class character
getType()
get type
WFSFeatureTypeElement$getType()
an object of class character
clone()
The objects of this class are cloneable with this method.
WFSFeatureTypeElement$clone(deep = FALSE)
deep
Whether to make a deep clone.