new BasicFC(parent, idx, config)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
parent |
Object | the Record object that this Feature Class belongs to |
idx |
String | the service index of this Feature Class. an integer in string format. use '0' for non-indexed sources. |
config |
Object | the config object for this sublayer |
Methods
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