API / geotoolkit / controls / editing / LineBox / LineBox
Type Aliases
Type Aliases
Ƭ LinePoints: Object
The first point defining the line (from), or an object with points
| Name | Type | Description |
|---|---|---|
from? | Point | The first point defining the line (from) |
to? | Point | The second point defining the line (to) |
Ƭ Options: Options & OptionsBase
x coordinate of the start or a object with properties
Ƭ OptionsBase: Object
| Name | Type | Description |
|---|---|---|
linewidth? | number | line width |
x1? | number | x coordinate of the start |
x2? | number | x coordinate of the end |
y1? | number | y coordinate of the start |
y2? | number | y coordinate of the end |
Ƭ OptionsOut: OptionsOut & OptionsBase