SubtypeFeatureLayer

constructor(featureTable: ArcGISFeatureTable)

Creates a new subtype feature layer object. If are there no com.arcgismaps.data.ArcGISFeatureTable.featureSubtypes objects defined on the com.arcgismaps.data.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
layerId

The layer id for which to create the layer.

See also