Last updated

API / geotoolkit3d / gigagrid / filter / BooleanFilter / BooleanFilter

Class: BooleanFilter

filter.BooleanFilter.BooleanFilter

Parent class for AndFilter and OrFilter

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new BooleanFilter(filters, type)

Protected new BooleanFilter(filters, type)

Parameters

Name Type Description
filtersFilter[]to join for this operation
typestringthe type of filter

Overrides

Filter.constructor

Methods

clone

Abstract clone(): BooleanFilter

Returns

BooleanFilter

new instance of input filter

Overrides

Filter.clone


getClassName

getClassName(): string

Returns

string

Inherited from

Filter.getClassName


getFilters

Abstract getFilters(): Filter[]

Returns

Filter[]

filters


getHash

getHash(): string

Get filter hash as string

Returns

string

filter


setFilters

setFilters(filters): BooleanFilter

Set filters

Parameters

Name Type Description
filtersFilter[]to set on this filter

Returns

BooleanFilter


toJson

toJson(): Object

The filters as JSON for the exchange with the backend Should not be changed.

Returns

Object

the filter as JSON for the exchange with the backend

NameType
filtersany[]
typeFilterstring

Overrides

Filter.toJson


getClassName

Static getClassName(): string

Returns

string

Inherited from

Filter.getClassName