API / geotoolkit / schematics / labeling / LabelingStrategy / LabelingStrategy
labeling.LabelingStrategy.LabelingStrategy
Type Aliases
Type Aliases
Ƭ DoLabelingOptions: Object
| Name | Type | Description |
|---|---|---|
connectorshape? | ConnectorShape | shape to draw connector line between node and label |
defaultlocation? | LocationType | - |
labelsfilter? | LabelsFilter | label filter |
labelshape? | LabelShape | shape to draw label |
legendmode? | boolean | - |
locationmap? | { component: string[] ; id?: string | string[] ; location: LocationType }[] | - |
valueviewmode? | ValueViewMode | value view mode |
Ƭ Options: Object
strategy options
| Name | Type | Description |
|---|---|---|
afterlabelingproc? | Function | Deprecated since 4.0 Use labeling.labelsfilter instead "after labeling" procedure |
beforelabelingproc? | Function | Deprecated since 4.0 Use labeling.labelsfilter instead "before labeling" procedure |
connectorShape? | ConnectorShape | connector shape Deprecated since 4.0 Use labeling.connectorshape on WellBoreWithLabels |
connectorshape? | ConnectorShape | connector shape Deprecated since 4.0 Use labeling.connectorshape on WellBoreWithLabels |
defaultlocation? | LocationType | Deprecated since 4.0 Use labeling.defaultlocation on WellBoreWithLabels |
labelInfoProvider? | Function | Deprecated since 4.0 Use labeling.labelsfilter instead label info provider |
labelShape? | LabelShape | label shape Deprecated since 4.0 Use labeling.labelshape on WellBoreWithLabels |
labelinfoprovider? | Function | Deprecated since 4.0 Use labeling.labelsfilter instead label info provider |
labelsfilter? | LabelsFilter | label shape Deprecated since 4.0 Use labeling.labelsfilter on WellBoreWithLabels |
labelshape? | LabelShape | label shape Deprecated since 4.0 Use labeling.labelshape on WellBoreWithLabels |
labelshapehighlighted? | LabelShape | highlighted label shape Deprecated since 4.0 Use labeling.styleshandler on WellBoreWithLabels |
locationmap? | { component: string[] ; id?: string | string[] ; location: LocationType }[] | Deprecated since 4.0 Use labeling.locationmap on WellBoreWithLabels |
nextlabel? | Function | Deprecated since 4.0 Use labeling.labelsfilter instead callback to provide next label in legend mode |
Ƭ OptionsOut: Required<Options>
strategy options