Interface SortBy<R>

Type Parameters:
R - the type of resources (e.g. Feature) to sort.
All Superinterfaces:
Comparator<R>

@UML(identifier="SortBy", specification=ISO_19143) public interface SortBy<R> extends Comparator<R>
Properties whose values shall be used to order the set of resources that satisfy a filter expression. SortBy provides an entry point to invoke the sorting mechanism of the filter expression processor. The sorting mechanism is not specified. The only requirement is that the sort sequence shall be consistent, given the same data set and sort request, between consecutive invocations of the sort.
Since:
3.1