Counts features in a given source that intersect the given geometry.
The source to identify.
The geometry to match against.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterable of tasks/CountResult!CountResults containing count results. If canceled, the provider may reject the returned promise with an instance of support/Cancellable!Cancellation, though it may still fulfill with count results instead.
Identifies features in a given source that intersect the given geometry.
The source to identify.
The geometry to match against.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterable of data/Feature!Features containing identify results. If canceled, the provider may reject the returned promise with an instance of support/Cancellable!Cancellation, though it may still fulfill with results instead.
Determines whether this provider can handle identify operations for the given feature source.
The feature source.
Optionaloptions: IdentifyOptions
Provides identify capability for one or more data/FeatureSource!FeatureSources.