Learn R Programming

ows4R (version 0.3)

PropertyIsLessThan: PropertyIsLessThan

Description

PropertyIsLessThan

PropertyIsLessThan

Arguments

Value

Object of R6Class for modelling an PropertyIsLessThan

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OGCExpression -> ows4R::BinaryComparisonOpType -> PropertyIsLessThan

Methods

Inherited methods


Method new()

Initializes an object extending PropertyIsLessThan

Usage

PropertyIsLessThan$new(PropertyName, Literal, matchCase = NA)

Arguments

PropertyName

property name

Literal

literal

matchCase

match case


Method clone()

The objects of this class are cloneable with this method.

Usage

PropertyIsLessThan$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

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

Run the code above in your browser using DataLab