Protected_countInvoked to perform the actual work for count. Derived classes should override this method rather than count().
The source to query.
An SQL expression to match against, e.g. "lastName='Smith'".
Additional options that affect the query.
Protected_queryInvoked to perform the actual work for query. Derived classes should override this method rather than query().
The source to query.
An SQL expression to match against, e.g. "lastName='Smith'".
Additional options that affect the query.
Protected_queryInvoked to perform the work for query. Default implementation calls _query for each source. Derived classes can override this method to implement special handling for multiple sources.
The sources to identify.
An SQL expression to match against, e.g. "lastName='Smith'".
Optionaloptions: QueryOptionsAdditional options that affect the query.
Queries a given feature source for a count of features that match the query criteria.
The source to query.
An SQL expression to match against, e.g. "lastName='Smith'".
Optionaloptions: QueryOptionsAdditional options that affect the query.
Determines whether this provider can handle queries for the given feature source.
The feature source.
Queries a given feature source for features that match the query criteria.
The source to query.
An SQL expression to match against, e.g. "lastName='Smith'".
Optionaloptions: QueryOptionsAdditional options that affect the query.
A query provider for scene layers.