ServiceFeatureTable

constructor(portalItem: PortalItem)

Creates a new service feature table object from an ArcGIS feature service or feature layer portal item. If the portal item is a feature service, the ServiceFeatureTable will be created from the first layer on the service. If the portal item is a feature layer, the ServiceFeatureTable will be created from the feature layer.

Since

200.1.0

Parameters

portalItem

An ArcGIS feature service or feature layer com.arcgismaps.mapping.PortalItem.

See also


constructor(portalItem: PortalItem, layerId: Long)

Creates a new service feature table object from a feature service portal item.

Since

200.1.0

Parameters

portalItem

An ArcGIS feature service com.arcgismaps.mapping.PortalItem.

layerId

The layer id of an individual layer in the ArcGIS feature service represented by the com.arcgismaps.mapping.Item.

See also


constructor(table: ServiceFeatureTable, relationshipInfo: RelationshipInfo)

Creates a new service feature table object from the specified table and relationship information.

Since

200.1.0

Parameters

table

The table from which to create a new table.

relationshipInfo

The relationship information specifying which table to create.


constructor(uri: String)

Creates a new service feature table object from a given URI.

Since

200.1.0

Parameters

uri

The URI of an individual layer or table in an ArcGIS map or feature service.