org.deegree.services.wcas.capabilities
Interface PresentOptions

All Known Implementing Classes:
PresentOptions_Impl

public interface PresentOptions

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 boolean getHits()
           
 int getRecsMax()
          returns the maximum number of records that the catalog will return as response to one getRecord request.
 boolean getStartRec()
           
 

Method Detail

getStartRec

public boolean getStartRec()

getHits

public boolean getHits()

getRecsMax

public int getRecsMax()
returns the maximum number of records that the catalog will return as response to one getRecord request.