FeatureCollection

constructor()

Create a feature collection object.

Since

200.1.0


constructor(item: Item)

Creates a feature collection object from a com.arcgismaps.mapping.PortalItem.

Since

200.1.0

Parameters

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