Uses of Class
org.deegree.protocol.wfs.getfeature.Query

Packages that use Query
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.getfeaturewithlock   
 

Uses of Query in org.deegree.protocol.wfs.getfeature
 

Subclasses of Query in org.deegree.protocol.wfs.getfeature
 class BBoxQuery
          A Query that selects features using an Envelope.
 class FeatureIdQuery
          A Query that selects features using a list of ids.
 class FilterQuery
          A Query that selects features using an optional Filter.
 

Methods in org.deegree.protocol.wfs.getfeature that return Query
 Query[] GetFeature.getQueries()
          The queries to be performed in the request.
 

Constructors in org.deegree.protocol.wfs.getfeature with parameters of type Query
GetFeature(Version version, java.lang.String handle, ResultType resultType, java.lang.String outputFormat, java.lang.Integer maxFeatures, java.lang.String traverseXlinkDepth, java.lang.Integer traverseXlinkExpiry, Query[] queries)
          Creates a new GetFeature request.
 

Uses of Query in org.deegree.protocol.wfs.getfeaturewithlock
 

Constructors in org.deegree.protocol.wfs.getfeaturewithlock with parameters of type Query
GetFeatureWithLock(Version version, java.lang.String handle, ResultType resultType, java.lang.String outputFormat, java.lang.Integer maxFeatures, java.lang.String traverseXlinkDepth, java.lang.Integer traverseXlinkExpiry, Query[] queries, java.lang.Integer expiry)
          Creates a new GetFeatureWithLock request.
 



Copyright © 2011. All Rights Reserved.