Last updated

API / geotoolkit / scene / shapes / PolylineSegment / PolylineSegment

Namespace: PolylineSegment

shapes.PolylineSegment.PolylineSegment

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

object containing the properties to set OR set of x coordinates

Type declaration

NameTypeDescription
bounds?Rectshape bounds
x?number[]set of x coordinates
y?number[]set of y coordinates

OptionsOut

Ƭ OptionsOut: Object

properties

Type declaration

NameTypeDescription
bounds?Rectshape bounds
npts?numbernumber of points
x?number[]set of x coordinates
y?number[]set of y coordinates