Polygon
Polygon =
object
Defined in: src/ExpoArcgis.types.ts:1049
A polygon geometry — one or more rings (auto-closed). Provide points for a
single ring (shorthand) or parts for an explicit multi-ring polygon.
Properties
Section titled “Properties”parts?
Section titled “parts?”
optionalparts?:Point[][]
Defined in: src/ExpoArcgis.types.ts:1053
Explicit rings; each inner array is one ring.
points?
Section titled “points?”
optionalpoints?:Point[]
Defined in: src/ExpoArcgis.types.ts:1051
Vertices of a single ring — shorthand for a one-part polygon.
spatialReference?
Section titled “spatialReference?”
optionalspatialReference?:SpatialReference
Defined in: src/ExpoArcgis.types.ts:1055
Coordinate system WKID. Defaults to 4326 (WGS84).