Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolygonProperties

Hierarchy

Index

Properties

Optional centroid

centroid: PointProperties

The centroid of the polygon.

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 rings

rings: number[][][]

An array of rings.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the geometry.

Read more...

Generated using TypeDoc