API / geotoolkit / schematics / labeling / IComponentsFilter / IComponentsFilter
labeling.IComponentsFilter.IComponentsFilter
Components filter interface
Deprecated
since 4.0. Use LabelsFilter instead.
Interface
Constructors
Methods
▸ Abstract filterComponents(iterator, context): Iterator<ComponentNode>
Gets iterator over filtered components
| Name | Type | Description |
|---|---|---|
iterator | Iterator<ComponentNode> | input components iterator |
context | RenderingContext | rendering context |
iterator iterator over components to label
▸ getClassName(): string
string
▸ Abstract reset(options): IComponentsFilter
Resets itself
| Name | Type | Description |
|---|---|---|
options | any | options |
this
▸ Static getClassName(): string
string