Uses of Class
com.luciad.ogc.filter.model.TLcdOGCSortBy
Package
Description
Provides the Tile Store abstraction and a file system implementation.
Contains a Java object model for representing an OGC filter, implementing the OGC 02-059, 04-095 and 09-026 standards
(OGC Filter Encoding Implementation Specification, version 1.0.0, 1.1.0 and 2.0.0).
Implementation of the OGC Web Feature Service (WFS) specification.
Client API for an OGC Web Feature Service (WFS).
-
Uses of TLcdOGCSortBy in com.luciad.fusion.tilestore
Modifier and TypeMethodDescriptionTLfnQuery.getSortBy()
Gets the sort-by criterion used by this query.Modifier and TypeMethodDescriptionTLfnQuery.AbstractBuilder.setSortBy
(TLcdOGCSortBy aSortBy) Deprecated.TLfnQuery.AbstractBuilder.sortBy
(TLcdOGCSortBy aSortBy) Sets a sort-by criteria for the query. -
Uses of TLcdOGCSortBy in com.luciad.ogc.filter.model
Modifier and TypeMethodDescriptionstatic TLcdOGCSortBy
TLcdOGCSortBy.comparing
(TLcdOGCPropertyName aPropertyName) Create a "sort by" based on the given property.static TLcdOGCSortBy
TLcdOGCSortBy.comparing
(TLcdOGCPropertyName aPropertyName, int aSortOrder) Create a "sort by" based on the given property.final TLcdOGCSortBy
TLcdOGCSortBy.thenComparing
(TLcdOGCPropertyName aPropertyName) Create a new "sort by" that first sorts using this sort-by, then on the given property when two elements are considered equal by this sort-by.final TLcdOGCSortBy
TLcdOGCSortBy.thenComparing
(TLcdOGCPropertyName aPropertyName, int aSortOrder) Create a new "sort by" that first sorts using this sort-by, then on the given property when two elements are considered equal by this sort-by. -
Uses of TLcdOGCSortBy in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionTLcdWFSGetFeatureConstraints.getSortBy()
Returns an OGC sortBy property to be applied while retrieving features. -
Uses of TLcdOGCSortBy in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionvoid
TLcdWFSGetFeatureRequest.setOGCSortBy
(TLcdOGCSortBy aSortBy) Sets the OGC SortBy that the WFS should apply to the requested feature type(s).
TLfnQuery.AbstractBuilder.sortBy(com.luciad.ogc.filter.model.TLcdOGCSortBy)
instead