Protected_applyAdds a tolerance to input geometries if configured in the options.
The geometry to apply a tolerance to.
Optionaloptions: IdentifyOptionsThe identify options object.
Protected_countInvoked to perform the actual work for count. Derived classes should override this method rather than count().
The source to identify.
The geometry to match against.
Options that affect the identify operation.
Protected_identifyInvoked to perform the actual work for identify on a single source. Derived classes should override this method rather than identify().
The source to identify.
The geometry to match against.
Options that affect the identify operation.
Protected_identifyInvoked to perform the work for identify. Default implementation calls _identify for each source. Derived classes can override this method to implement special handling for multiple sources.
The sources to identify.
The geometry to match against.
Options that affect the identify operation.
OptionalgeometryType: stringThe geometry type before a tolerance buffer is applied.
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
An identify provider for sublayers that uses the query endpoint.