WFSFeatureTypeElement {ows4R} | R Documentation |
WFSFeatureTypeElement
Description
WFSFeatureTypeElement
WFSFeatureTypeElement
Format
R6Class
object.
Value
Object of R6Class
modelling a WFS feature type element
Methods
Public 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>
[Package ows4R version 0.4 Index]