Class: Querent service:ngeoQuerent

ngeo~ngeo.Querent

new Querent($http, $q, ngeoRuleHelper, ngeoWMSTime)

The ngeo Querent is a service that issues all sorts of queries using ngeo data sources. It does not store the result. Instead, it returns it using promises. Any component that inject this service can use it to make it issue its own queries and do whatever it wants with the result.

Parameters:
Name Type Description
$http angular.$http

Angular $http service.

$q angular.$q

The Angular $q service.

ngeoRuleHelper !ngeo.RuleHelper

Ngeo rule helper service.

ngeoWMSTime !ngeo.WMSTime

wms time service.