org.deegree.protocol.wfs.query
Class StandardPresentationParams

java.lang.Object
  extended by org.deegree.protocol.wfs.query.StandardPresentationParams

public class StandardPresentationParams
extends Object

Encapsulates standard parameters for controlling the presentation of Query results.

Version:
$Revision: 31733 $, $Date: 2011-09-02 16:25:08 +0200 (Fri, 02 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
StandardPresentationParams(BigInteger startIndex, BigInteger count, ResultType resultType, String outputFormat)
           
 
Method Summary
 BigInteger getCount()
          Returns the limit for the number of returned results.
 String getOutputFormat()
          Returns the requested output format.
 ResultType getResultType()
          Returns the requested query mode (result or hits).
 BigInteger getStartIndex()
          Returns the index within the result set from which the server shall begin returning results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPresentationParams

public StandardPresentationParams(BigInteger startIndex,
                                  BigInteger count,
                                  ResultType resultType,
                                  String outputFormat)
Method Detail

getStartIndex

public BigInteger getStartIndex()
Returns the index within the result set from which the server shall begin returning results.

Returns:
index within the result set from which the server shall begin returning results (non-negative integer), can be null (unspecified)

getCount

public BigInteger getCount()
Returns the limit for the number of returned results.

Returns:
limit for the number of returned results (non-negative integer), can be null (unspecified)

getResultType

public ResultType getResultType()
Returns the requested query mode (result or hits).

Returns:
requested query mode, or null (unspecified)

getOutputFormat

public String getOutputFormat()
Returns the requested output format.

Returns:
requested output format, or null if unspecified


Copyright © 2011. All Rights Reserved.