Uses of Class
com.luciad.model.ILcdModel.Query
Package
Description
Model interfaces
Client API for an OGC Web Feature Service (WFS).
-
Uses of ILcdModel.Query in com.luciad.model
Modifier and TypeMethodDescriptionstatic ILcdModel.Query
ILcdModel.all()
Create a query indicating that all elements should be retrieved.static ILcdModel.Query
ILcdModel.filter
(ILcdOGCCondition aCondition) Create a query with the given condition to filter on.ILcdModel.Query.filter
(ILcdOGCCondition aCondition) Create a copy of this query and replace the condition to filter on.Create a copy of this query and replace the maximum number of elements to retrieve.ILcdModel.Query.sorted
(ILcdOGCSortBy aSortBy) Create a copy of this query and replace the sorting order.Modifier and TypeMethodDescriptiondefault <T> Stream
<T> ILcd2DBoundsIndexedModel.query
(ILcdModel.Query aQuery) Provides aStream
of all elements in this model that match the given query.default <T> Stream
<T> ILcdModel.query
(ILcdModel.Query aQuery) Provides aStream
of all elements in this model that match the given query.<T> Stream
<T> TLcdModelList.query
(ILcdModel.Query aQuery) -
Uses of ILcdModel.Query in com.luciad.ogc.wfs.client