API / geotoolkit / scene / shapes / PolylineSegment / PolylineSegment
shapes.PolylineSegment.PolylineSegment
Type Aliases
Type Aliases
Ƭ Options: Object
object containing the properties to set OR set of x coordinates
| Name | Type | Description |
|---|---|---|
bounds? | Rect | shape bounds |
x? | number[] | set of x coordinates |
y? | number[] | set of y coordinates |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
bounds? | Rect | shape bounds |
npts? | number | number of points |
x? | number[] | set of x coordinates |
y? | number[] | set of y coordinates |