org.deegree.services.wfs.protocol
Interface WFSBasicRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Subinterfaces:
WFSDescribeFeatureTypeRequest, WFSGDescribeFeatureTypeRequest, WFSGetCapabilitiesRequest, WFSGetFeatureRequest, WFSGetFeatureWithLockRequest, WFSGGetFeatureRequest, WFSLockFeatureRequest, WFSTransactionRequest
All Known Implementing Classes:
WFSBasicRequest_Impl, WFSDescribeFeatureTypeRequest_Impl, WFSGDescribeFeatureTypeRequest_Impl, WFSGetCapabilitiesRequest_Impl, WFSGetFeatureRequest_Impl, WFSGetFeatureWithLockRequest_Impl, WFSGGetFeatureRequest_Impl, WFSLockFeatureRequest_Impl, WFSTransactionRequest_Impl

public interface WFSBasicRequest
extends OGCWebServiceRequest

The Interface definies the basic WFS request.

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

Version:
$Revision: 1.5 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Method Summary
 WFSNative getNative()
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Method Detail

getNative

public WFSNative getNative()
The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore. The tag simply delimits the vendor specific command or operation.