Last updated

API / geotoolkit / schematics / labeling / LabelsFilter / LabelsFilter

Namespace: LabelsFilter

labeling.LabelsFilter.LabelsFilter

Table of contents

Type Aliases

Contents

Type Aliases

BeforeLabelingOptions

Ƭ BeforeLabelingOptions: Object

options

Type declaration

NameTypeDescription
activecomponentsareaRectcomponents area
activecomponentsareamodelRectcomponents area in model space
orientationOrientationwellbore orientation

Options

Ƭ Options: Object

Type declaration

NameTypeDescription
weight?labelWeightlabels 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

Ƭ labelWeight: (info: LabelData) => number

Type declaration

▸ (info): number

Callback label weight

Parameters
Name Type
infoLabelData
Returns

number