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

Packages that use ResultType
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.query   
 

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

Methods in org.deegree.protocol.wfs.getfeature that return ResultType
static ResultType ResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultType[] ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.deegree.protocol.wfs.query that return ResultType
 ResultType StandardPresentationParams.getResultType()
          Returns the requested query mode (result or hits).
 

Constructors in org.deegree.protocol.wfs.query with parameters of type ResultType
StandardPresentationParams(BigInteger startIndex, BigInteger count, ResultType resultType, String outputFormat)
           
 



Copyright © 2011. All Rights Reserved.