new BasicFC()
- Source:
Methods
getFormattedAttributes() → {Promise}
- Source:
Retrieves attributes from a layer for a specified feature index
Returns:
promise resolving with formatted attributes to be consumed by the datagrid and esri feature identify
- Type
- Promise
zoomToBoundary(map) → {Promise}
- Source:
Zoom to the boundary of the FC.
Parameters:
Name | Type | Description |
---|---|---|
map |
Object | esriMap object we want to execute the zoom on |
Returns:
resolves when map is done zooming
- Type
- Promise