Package com.luciad.models.features
Class FeatureQuery.SortProperty
java.lang.Object
com.luciad.models.features.FeatureQuery.SortProperty
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
FeatureQuery
SortProperty
class defines the property name and the sort order for the SortOperator
.-
Constructor Summary
ConstructorDescriptionSortProperty
(DataPropertyPath propertyPath, FeatureQuery.SortOrder order) Constructs an instance of theSortProperty
for a given property name and a sort order. -
Method Summary
-
Constructor Details
-
SortProperty
Constructs an instance of theSortProperty
for a given property name and a sort order.- Parameters:
propertyPath
- Path to the data property.order
- Property sort order.
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getPropertyPath
Returns the property path.- Returns:
- the property path.
-
getSortOrder
Returns the sort order.- Returns:
- the sort order.
-
hashCode
public int hashCode()Returns the hash value for this sort order. -
equals
-