IGeometryInstance

Interface

An instance of the Geometry class

NOTE: this interface only defines the properties needed by this package

Properties

Property Type Notes
spatialReference ISpatialReferenceInstance

The spatial reference of the geometry.

type "point" | "multipoint" | "polyline" | "polygon" | "extent" | "mesh"

The geometry type.

Methods

Method Returns Notes
any

Converts an instance of this class to its ArcGIS portal JSON representation.

Read more...

toJSON

Interface Method

Converts an instance of this class to its ArcGIS portal JSON representation.

  • toJSON() : any

Returns

any

Read more...


Interface defined in common/src/core/types/IGeometryInstance.ts:11