Class ResponsePaging

java.lang.Object
org.opengis.cite.iso19142.paging.ResponsePaging

public class ResponsePaging extends Object
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Response paging conformance class. All tests are skipped if any preconditions are not met. The service constraint "ImplementsResultPaging" must be set to "TRUE" in the capabilities document.
 
 <OperationsMetadata xmlns="http://www.opengis.net/ows/1.1">
   <Constraint name="ImplementsResultPaging">
     <AllowedValues>
       <Value>TRUE</Value>
     </AllowedValues>
   </Constraint>
 </OperationsMetadata>
 
 
An implementation may ensure transactional consistency for response paging, as indicated by the value of the operation constraint PagingIsTransactionSafe (default: FALSE). This constraint applies to GetFeature, GetFeatureWithLock, and GetPropertyValue requests.
See Also: