API / geotoolkit3d / gigagrid / filter / AndFilter / AndFilter
Child class for Boolean filter, containing multiple filters which are ANDed
↳
AndFilter
Constructors
Constructors
• new AndFilter(filters)
| Name | Type | Description |
|---|---|---|
filters | Filter[] | filters to join this operation |
BooleanFilter.constructor
Methods
▸ clone(): AndFilter
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): AndFilter
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