API / geotoolkit / schematics / labeling / LabelsFilter / LabelsFilter
labeling.LabelsFilter.LabelsFilter
Type Aliases
Type Aliases
Ƭ BeforeLabelingOptions: Object
options
| Name | Type | Description |
|---|---|---|
activecomponentsarea | Rect | components area |
activecomponentsareamodel | Rect | components area in model space |
orientation | Orientation | wellbore orientation |
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
weight? | labelWeight | labels weight to specify which labels to show/hide. Labels weight can be based on a custom weight function (Labels with more weight are annotated). By default, uses labels text length as labels priority (longer label has higher priority). |
Ƭ labelWeight: (info: LabelData) => number
▸ (info): number
Callback label weight
| Name | Type |
|---|---|
info | LabelData |
number