WFSFeatureTypeElement {ows4R} | R 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
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
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>