org.deegree.services.wfs.protocol
Interface WFSDelete

All Superinterfaces:
WFSOperation
All Known Implementing Classes:
WFSDelete_Impl

public interface WFSDelete
extends WFSOperation

Version:
$Revision: 1.2 $
Author:
$author$

Field Summary
 
Fields inherited from interface org.deegree.services.wfs.protocol.WFSOperation
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE
 
Method Summary
 Filter getFilter()
          A filter specification describes a set of features to operate upon.
 java.lang.String getTypeName()
          The typeName attribute is used to indicate the name of the feature type or class to be deleted.
 

Method Detail

getFilter

public Filter getFilter()
A filter specification describes a set of features to operate upon. The format of the filter is defined in the OGC Filter Encoding Specification. Optional. No default. Prerequisite: TYPENAME


getTypeName

public java.lang.String getTypeName()
The typeName attribute is used to indicate the name of the feature type or class to be deleted.