Class SortByImpl

  • All Implemented Interfaces:
    SortBy

    public class SortByImpl
    extends Object
    implements SortBy
    • Method Detail

      • getPropertyName

        public PropertyName getPropertyName()
        Description copied from interface: SortBy
        Indicate 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:
        getPropertyName in interface SortBy
        Returns:
        Name of property to sort by.
      • setPropertyName

        public void setPropertyName​(PropertyName propertyName)
      • setSortOrder

        public void setSortOrder​(SortOrder sortOrder)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Overrides:
        toString in class Object