new MapQuerent($injector, ngeoDataSources, ngeoDataSourcesHelper, ngeoQuerent, ngeoQueryResult)
The ngeo Map Querent is the service bound to a map that issues queries using the Querent service. The result is stored inside this service.
Parameters:
Name | Type | Description |
---|---|---|
$injector |
angular.$injector | Main injector. |
ngeoDataSources |
ngeo.DataSources | Ngeo collection of data source objects. |
ngeoDataSourcesHelper |
ngeo.DataSourcesHelper | Ngeo data sources helper service. |
ngeoQuerent |
ngeo.Querent | The ngeo querent service. |
ngeoQueryResult |
ngeox.QueryResult | The ngeo query result service. |