Uses of Interface
org.deegree.services.wfs.protocol.WFSBasicRequest

Packages that use WFSBasicRequest
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wfs.protocol   
org.deegree.services.gazetteer.protocol   
org.deegree.services.wfs.protocol   
 

Uses of WFSBasicRequest in org.deegree_impl.services.gazetteer.protocol
 

Classes in org.deegree_impl.services.gazetteer.protocol that implement WFSBasicRequest
(package private)  class WFSGDescribeFeatureTypeRequest_Impl
           
 class WFSGGetCapabilitiesRequest_Impl
           
 class WFSGGetFeatureRequest_Impl
           
 

Uses of WFSBasicRequest in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement WFSBasicRequest
 class WFSBasicRequest_Impl
          The Interface definies the basic WFS request.
 class WFSDescribeFeatureTypeRequest_Impl
          The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
 class WFSGetCapabilitiesRequest_Impl
          The Interface definies the get capabilities WFS request.
 class WFSGetFeatureRequest_Impl
          The GetFeature interface can be used to package one or more query descriptions into a single request.
(package private)  class WFSGetFeatureWithLockRequest_Impl
          The class defines the WFSGetFeatureWithLockRequest_Impl --------------------------------------------------------
(package private)  class WFSLockFeatureRequest_Impl
          Web connections are inherently stateless.
(package private)  class WFSTransactionRequest_Impl
          The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.
 

Uses of WFSBasicRequest in org.deegree.services.gazetteer.protocol
 

Subinterfaces of WFSBasicRequest in org.deegree.services.gazetteer.protocol
 interface WFSGDescribeFeatureTypeRequest
           
 interface WFSGGetFeatureRequest
           
 

Uses of WFSBasicRequest in org.deegree.services.wfs.protocol
 

Subinterfaces of WFSBasicRequest in org.deegree.services.wfs.protocol
 interface WFSDescribeFeatureTypeRequest
          The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
 interface WFSGetCapabilitiesRequest
          The Interface definies the get capabilities WFS request.
 interface WFSGetFeatureRequest
          The GetFeature interface can be used to package one or more query descriptions into a single request.
 interface WFSGetFeatureWithLockRequest
           
 interface WFSLockFeatureRequest
          Web connections are inherently stateless.
 interface WFSTransactionRequest
          The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.