PropertyIsNull: PropertyIsNull

PropertyIsNullR Documentation

PropertyIsNull

Description

PropertyIsNull

PropertyIsNull

Format

R6Class object.

Value

Object of R6Class for modelling an PropertyIsNull

Super classes

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

Public fields

PropertyName

property name field for XML encoding

Methods

Public 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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

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

ows4R documentation built on Sept. 1, 2023, 5:09 p.m.