Last updated

API / geotoolkit / schematics / labeling / LabelingStrategy / LabelingStrategy

Namespace: LabelingStrategy

labeling.LabelingStrategy.LabelingStrategy

Table of contents

Type Aliases

Contents

Type Aliases

DoLabelingOptions

Ƭ DoLabelingOptions: Object

Type declaration

NameTypeDescription
connectorshape?ConnectorShapeshape to draw connector line between node and label
defaultlocation?LocationType-
labelsfilter?LabelsFilterlabel filter
labelshape?LabelShapeshape to draw label
legendmode?boolean-
locationmap?{ component: string[] ; id?: string | string[] ; location: LocationType }[]-
valueviewmode?ValueViewModevalue view mode

Options

Ƭ Options: Object

strategy options

Type declaration

NameTypeDescription
afterlabelingproc?FunctionDeprecated since 4.0 Use labeling.labelsfilter instead "after labeling" procedure
beforelabelingproc?FunctionDeprecated since 4.0 Use labeling.labelsfilter instead "before labeling" procedure
connectorShape?ConnectorShapeconnector shape Deprecated since 4.0 Use labeling.connectorshape on WellBoreWithLabels
connectorshape?ConnectorShapeconnector shape Deprecated since 4.0 Use labeling.connectorshape on WellBoreWithLabels
defaultlocation?LocationTypeDeprecated since 4.0 Use labeling.defaultlocation on WellBoreWithLabels
labelInfoProvider?FunctionDeprecated since 4.0 Use labeling.labelsfilter instead label info provider
labelShape?LabelShapelabel shape Deprecated since 4.0 Use labeling.labelshape on WellBoreWithLabels
labelinfoprovider?FunctionDeprecated since 4.0 Use labeling.labelsfilter instead label info provider
labelsfilter?LabelsFilterlabel shape Deprecated since 4.0 Use labeling.labelsfilter on WellBoreWithLabels
labelshape?LabelShapelabel shape Deprecated since 4.0 Use labeling.labelshape on WellBoreWithLabels
labelshapehighlighted?LabelShapehighlighted 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?FunctionDeprecated since 4.0 Use labeling.labelsfilter instead callback to provide next label in legend mode

OptionsOut

Ƭ OptionsOut: Required<Options>

strategy options