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, namespaces)xmlObjobject of class XMLInternalNode-class from XML
namespacesnamespaces definitions inherited from parent XML, as data.frame
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
isGeometry()Is geometry
WFSFeatureTypeElement$isGeometry()returnobject of class logical
clone()The objects of this class are cloneable with this method.
WFSFeatureTypeElement$clone(deep = FALSE)deepWhether to make a deep clone.