Uses of Interface
com.luciad.ogc.filter.ILcdOGCSortBy
Package
Description
Model interfaces
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).
-
Uses of ILcdOGCSortBy in com.luciad.model
Modifier and TypeMethodDescriptionILcdModel.Query.getSortBy()
Get the sorting order should be applied, if any.Modifier and TypeMethodDescriptionILcdModel.Query.sorted
(ILcdOGCSortBy aSortBy) Create a copy of this query and replace the sorting order. -
Uses of ILcdOGCSortBy in com.luciad.ogc.filter.model
Modifier and TypeClassDescriptionclass
This class represents the<ogc:SortBy>
element.