FeatureCollection

constructor()

Create a feature collection object.

Since

200.1.0


constructor(item: Item)

Creates a feature collection object from a PortalItem.

Since

200.1.0

Parameters

item

An Item (only PortalItem are supported).

See also


constructor(featureCollectionTables: Iterable<FeatureCollectionTable>)

Creates a feature collection object from a set of feature collection tables.

Since

200.1.0

Parameters

featureCollectionTables

See also