Last updated

API / geotoolkit / controls / editing / LineBox / LineBox

Namespace: LineBox

editing.LineBox.LineBox

Table of contents

Type Aliases

Contents

Type Aliases

LinePoints

Ƭ LinePoints: Object

The first point defining the line (from), or an object with points

Type declaration

NameTypeDescription
from?PointThe first point defining the line (from)
to?PointThe second point defining the line (to)

Options

Ƭ Options: Options & OptionsBase

x coordinate of the start or a object with properties


OptionsBase

Ƭ OptionsBase: Object

Type declaration

NameTypeDescription
linewidth?numberline width
x1?numberx coordinate of the start
x2?numberx coordinate of the end
y1?numbery coordinate of the start
y2?numbery coordinate of the end

OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBase