Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFeature

The IFeature interface consists of type, geometry, and properties.

Hierarchy

  • IFeature

Implemented by

Index

Properties

Optional displayProperties

displayProperties: IPromise<FeatureProperties>

The resolved display properties property of a feature FeatureProperties. Key/Value attribute collection

geometry

geometry: GeometryObject

The geometry property of a feature GeometryObject.

properties

properties: FeatureProperties

The properties property of a feature FeatureProperties. Key/Value attribute collection

type

type: string

The type property of a feature ("Feature").