SubtypeFeatureLayer

constructor(featureTable: ArcGISFeatureTable)

Creates a new subtype feature layer object. If are there no ArcGISFeatureTable.featureSubtypes objects defined on the ArcGISFeatureTable, the layer will fail to load.

Since

200.1.0

Parameters

featureTable

The feature table used as the source of the subtype feature layer.


constructor(item: Item, layerId: Long)

Creates a new subtype feature layer object from a feature service portal item.

Since

200.1.0

Parameters

item

A feature service PortalItem.

layerId

The layer id for which to create the layer.

See also