API / geotoolkit3d / gigagrid / filter / BooleanFilter / BooleanFilter
filter.BooleanFilter.BooleanFilter
Parent class for AndFilter and OrFilter
Constructors
Constructors
• Protected new BooleanFilter(filters, type)
| Name | Type | Description |
|---|---|---|
filters | Filter[] | to join for this operation |
type | string | the type of filter |
Filter.constructor
Methods
▸ Abstract clone(): BooleanFilter
new instance of input filter
▸ getClassName(): string
string
▸ Abstract getFilters(): Filter[]
Filter[]
filters
▸ getHash(): string
Get filter hash as string
string
filter
▸ setFilters(filters): BooleanFilter
Set filters
| Name | Type | Description |
|---|---|---|
filters | Filter[] | to set on this filter |
▸ toJson(): Object
The filters as JSON for the exchange with the backend Should not be changed.
Object
the filter as JSON for the exchange with the backend
| Name | Type |
|---|---|
filters | any[] |
typeFilter | string |
▸ Static getClassName(): string
string