Package org.geotools.filter
Class SortByImpl
Object
SortByImpl
- All Implemented Interfaces:
SortBy
-
Field Summary
Fields inherited from interface SortBy
NATURAL_ORDER, REVERSE_ORDER, UNSORTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicate property to sort by, specification is limited to PropertyName.The the sort order - one ofASCENDINGorDESCENDING.inthashCode()voidsetPropertyName(PropertyName propertyName) voidsetSortOrder(SortOrder sortOrder) toString()
-
Constructor Details
-
SortByImpl
-
-
Method Details
-
getPropertyName
Description copied from interface:SortByIndicate property to sort by, specification is limited to PropertyName.Not sure if this is allowed to be a xPath expression?
- It would be consist with our use in GeoTools
- It would not seem to agree with the short hand notation used by WFS1.1 (ie. "year A, month A, day A" )
- Specified by:
getPropertyNamein interfaceSortBy- Returns:
- Name of property to sort by.
-
setPropertyName
-
getSortOrder
Description copied from interface:SortByThe the sort order - one ofASCENDINGorDESCENDING.- Specified by:
getSortOrderin interfaceSortBy
-
setSortOrder
-
hashCode
public int hashCode() -
equals
-
toString
-