Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CircleProperties

Hierarchy

Index

Properties

Optional center

The center point of the circle.

Read more...

Optional centroid

centroid: PointProperties

The centroid of the polygon.

Read more...

Optional geodesic

geodesic: boolean

Applicable when the spatial reference of the center point is either set to Web Mercator (wkid: 3857) or geographic/geodesic (wkid: 4326).

Read more...

Optional hasM

hasM: boolean

Indicates if the geometry has M values.

Read more...

Optional hasZ

hasZ: boolean

Indicates if the geometry has z-values (elevation).

Read more...

Optional isSelfIntersecting

isSelfIntersecting: boolean

Checks to see if polygon rings cross each other and indicates if the polygon is self-intersecting, which means the ring of the polygon crosses itself.

Read more...

Optional numberOfPoints

numberOfPoints: number

This value defines the number of points along the curve of the circle.

Read more...

Optional radius

radius: number

The radius of the circle.

Read more...

Optional radiusUnit

radiusUnit: "meters" | "kilometers" | "feet" | "yards" | "miles" | "nautical-miles"

Unit of the radius.

Read more...

Optional rings

rings: number[][][]

An array of rings.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the geometry.

Read more...

Generated using TypeDoc