API / geotoolkit3d / gigagrid / filter / OrFilter / OrFilter
Child class for Boolean filter, containing multiple filters which are ORed
↳
OrFilter
Constructors
Constructors
• new OrFilter(filters)
| Name | Type | Description |
|---|---|---|
filters | Filter[] | filters to join for this operation |
BooleanFilter.constructor
Methods
▸ clone(): OrFilter
Get a new instance of this filter
this
▸ getClassName(): string
string
▸ getFilters(): Filter[]
Get filters
Filter[]
filters
▸ getHash(): string
Get filter hash as string
string
filter
▸ setFilters(filters): OrFilter
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