Uses of Class
org.deegree.filter.sort.SortProperty

Packages that use SortProperty
org.deegree.feature   
org.deegree.feature.persistence.query   
org.deegree.feature.persistence.shape   
org.deegree.metadata.persistence   
org.deegree.protocol.wfs.query   
org.deegree.services.csw.getrecords   
org.deegree.sqldialect   
org.deegree.sqldialect.filter   
org.deegree.sqldialect.filter.mssql   
org.deegree.sqldialect.oracle   
org.deegree.sqldialect.postgis   
 

Uses of SortProperty in org.deegree.feature
 

Methods in org.deegree.feature with parameters of type SortProperty
static FeatureCollection Features.sortFc(FeatureCollection fc, SortProperty[] sortCrits)
          Returns a sorted FeatureCollection.
 

Uses of SortProperty in org.deegree.feature.persistence.query
 

Methods in org.deegree.feature.persistence.query that return SortProperty
 SortProperty[] Query.getSortProperties()
          Returns the sort criteria.
 

Constructors in org.deegree.feature.persistence.query with parameters of type SortProperty
Query(IdFilter filter, String featureVersion, ICRS srsName, SortProperty[] sortBy)
          Creates a new Query instance that selects features based on an IdFilter.
Query(TypeName[] typeNames, Filter filter, String featureVersion, ICRS srsName, SortProperty[] sortBy)
          Creates a new Query instance.
 

Uses of SortProperty in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape with parameters of type SortProperty
 Pair<Filter,SortProperty[]> DBFIndex.query(List<Pair<Integer,Long>> available, Filter filter, SortProperty[] sort)
           
 

Constructors in org.deegree.feature.persistence.shape with parameters of type SortProperty
H2WhereBuilder(SQLDialect dialect, OperatorFilter filter, SortProperty[] sort)
           
 

Uses of SortProperty in org.deegree.metadata.persistence
 

Methods in org.deegree.metadata.persistence that return SortProperty
 SortProperty[] MetadataQuery.getSorting()
          Returns the constraints to be applied on the queried records.
 

Constructors in org.deegree.metadata.persistence with parameters of type SortProperty
MetadataQuery(QName[] queryTypeNames, QName[] returnTypeNames, Filter filter, SortProperty[] sortCriteria, int startPosition, int maxRecords)
          Creates a new MetadataQuery instance.
 

Uses of SortProperty in org.deegree.protocol.wfs.query
 

Methods in org.deegree.protocol.wfs.query that return SortProperty
 SortProperty[] AdHocQuery.getSortBy()
          Returns the properties whose values should be used to order the result set.
protected static SortProperty[] QueryKVPAdapter.getSortBy(String sortbyStr, NamespaceBindings nsContext)
           
 

Constructors in org.deegree.protocol.wfs.query with parameters of type SortProperty
AdHocQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy)
          Creates a new AdHocQuery instance.
BBoxQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, Envelope bbox)
          Creates a new BBoxQuery instance.
FeatureIdQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, String[] featureIds)
          Creates a new FeatureIdQuery instance.
FilterQuery(QName typeName, ICRS srsName, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance from the most commonly used parameters.
FilterQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance.
 

Uses of SortProperty in org.deegree.services.csw.getrecords
 

Methods in org.deegree.services.csw.getrecords that return SortProperty
 SortProperty[] Query.getSortProps()
           
 

Constructors in org.deegree.services.csw.getrecords with parameters of type SortProperty
Query(CSWConstants.ReturnableElement elementSetName, String[] elementName, Filter constraint, CSWConstants.ConstraintLanguage constraintLanguage, SortProperty[] sortProps, QName[] queryTypeNames, QName[] returnTypeNames)
           
 

Uses of SortProperty in org.deegree.sqldialect
 

Methods in org.deegree.sqldialect with parameters of type SortProperty
 AbstractWhereBuilder SQLDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
          Returns an AbstractWhereBuilder instance for the given parameters.
 

Uses of SortProperty in org.deegree.sqldialect.filter
 

Fields in org.deegree.sqldialect.filter declared as SortProperty
protected  SortProperty[] AbstractWhereBuilder.postSortCrit
           
protected  SortProperty[] AbstractWhereBuilder.sortCrit
           
 

Methods in org.deegree.sqldialect.filter that return SortProperty
 SortProperty[] AbstractWhereBuilder.getPostSortCriteria()
          Returns the sort criteria that contains all parts from the input sort criteria that could not be expressed in the ORDER-BY clause.
 

Methods in org.deegree.sqldialect.filter with parameters of type SortProperty
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(SortProperty[] sortCrits)
          Translates the given SortProperty array into an SQLExpression.
 

Constructors in org.deegree.sqldialect.filter with parameters of type SortProperty
AbstractWhereBuilder(SQLDialect dialect, PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit)
          Creates a new AbstractWhereBuilder instance.
 

Uses of SortProperty in org.deegree.sqldialect.filter.mssql
 

Constructors in org.deegree.sqldialect.filter.mssql with parameters of type SortProperty
MSSQLWhereBuilder(SQLDialect dialect, PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
          Creates a new MSSQLWhereBuilder instance.
 

Uses of SortProperty in org.deegree.sqldialect.oracle
 

Methods in org.deegree.sqldialect.oracle with parameters of type SortProperty
 AbstractWhereBuilder OracleDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
           
 

Uses of SortProperty in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis with parameters of type SortProperty
 AbstractWhereBuilder PostGISDialect.getWhereBuilder(PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings)
           
 

Constructors in org.deegree.sqldialect.postgis with parameters of type SortProperty
PostGISWhereBuilder(PostGISDialect dialect, PropertyNameMapper mapper, OperatorFilter filter, SortProperty[] sortCrit, boolean allowPartialMappings, boolean useLegacyPredicates)
          Creates a new PostGISWhereBuilder instance.
 



Copyright © 2011. All Rights Reserved.