Package com.luciad.ogc.filter
Interface ILcdOGCSortBy
- All Known Implementing Classes:
TLcdOGCSortBy
public interface ILcdOGCSortBy
This is a marker interface, you should always use
TLcdOGCSortBy
.
You can easily create instances using the comparing
and thenComparing
factory methods.
Example:
ILcdOGCSortBy sortBy = comparing(property("AGE"), DESC).thenComparing(property("NAME"));
- Since:
- 2017.0