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

See also


constructor(portalItem: PortalItem, layerId: Long)

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

Since

200.1.0

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


constructor(uri: String)

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

Since

200.1.0