new Polyline(raDecArray, options) → {Polyline}
- Description:
- Represents a polyline shape
- Source:
Parameters:
Name |
Type |
Description |
raDecArray |
Array.<Array.<number>>
|
right-ascension/declination 2-tuple array describing the polyline's vertices in degrees |
options |
ShapeOptions
|
Configuration options for the polyline. Additional properties:
Properties
Name |
Type |
Attributes |
Default |
Description |
closed |
boolean
|
<optional>
|
false
|
Close the polyline, default to false. |
|
Returns:
- The polyline shape object
-
Type
-
Polyline