items abstract method

Future<ItemsType> items(
  1. BoundedItemsQuery query
)

Fetches features matching query from this source.

This call accesses only one set of feature items (number of returned items can be limited).

Throws ServiceException<FeatureFailure> in a case of a failure.

Implementation

Future<ItemsType> items(BoundedItemsQuery query);