Polyline
Polyline =
object
Defined in: src/ExpoArcgis.types.ts:1036
A polyline geometry — one or more paths. Provide points for a single path
(shorthand) or parts for an explicit multi-path line. Geometry operations
(buffer, union, …) return geometries using parts.
Properties
Section titled “Properties”parts?
Section titled “parts?”
optionalparts?:Point[][]
Defined in: src/ExpoArcgis.types.ts:1040
Explicit paths; each inner array is one path.
points?
Section titled “points?”
optionalpoints?:Point[]
Defined in: src/ExpoArcgis.types.ts:1038
Vertices of a single path — shorthand for a one-part polyline.
spatialReference?
Section titled “spatialReference?”
optionalspatialReference?:SpatialReference
Defined in: src/ExpoArcgis.types.ts:1042
Coordinate system WKID. Defaults to 4326 (WGS84).