Learn R Programming

ows4R (version 0.4)

PropertyIsNull: PropertyIsNull

Description

PropertyIsNull

PropertyIsNull

Arguments

Value

Object of R6Class for modelling an PropertyIsNull

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OGCExpression -> PropertyIsNull

Public fields

PropertyName

property name field for XML encoding

Methods

Inherited methods


Method new()

Initializes an object extending PropertyIsLike

Usage

PropertyIsNull$new(PropertyName)

Arguments

PropertyName

property name


Method clone()

The objects of this class are cloneable with this method.

Usage

PropertyIsNull$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

Run this code
  expr <- PropertyIsNull$new(PropertyName = "property")
  expr_xml <- expr$encode() #see how it looks like in XML
  

Run the code above in your browser using DataLab