WFSFeatureTypeElement | R Documentation |
WFSFeatureTypeElement
WFSFeatureTypeElement
R6Class
object.
Object of R6Class
modelling a WFS feature type element
new()
Initializes a WFSFeatureTypeElement
WFSFeatureTypeElement$new(xmlObj, namespaces)
xmlObj
object of class XMLInternalNode-class from XML
namespaces
namespaces 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()
return
object of class logical
clone()
The objects of this class are cloneable with this method.
WFSFeatureTypeElement$clone(deep = FALSE)
deep
Whether to make a deep clone.
Abstract class used by ows4R
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.