API / geotoolkit / schematics / labeling / LabelData / LabelData
Type Aliases
Type Aliases
Ƭ Options: Object
options to initialize the strategy
| Name | Type | Description |
|---|---|---|
anchortype? | AnchorType | anchor type |
node? | ComponentNode | component node to label |
nodeindex? | number | the node virtual index |
nodeinfo? | string | the node information |
xconnector? | number[] | connector x-position |
xlabel? | number | label x-position |
yconnector? | number[] | connector y-position |
ylabel? | number | label y-position |
Ƭ OptionsOut: Required<Options>
options to initialize the strategy