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

Packages that use WFSDelete
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wfs.sde   
 

Uses of WFSDelete in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type WFSDelete
private  boolean CTransaction.performDelete(WFSDelete delete)
          Deletes FeatureType-instances from the datastore that are specified by the given WFSDelete.
 

Uses of WFSDelete in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSDelete
private  boolean CTransaction.performDelete(WFSDelete delete)
          Deletes FeatureType-instances from the datastore that are specified by the given WFSDelete.
 

Uses of WFSDelete in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSDelete
private  boolean CTransaction.performDelete(WFSDelete delete)
          Deletes FeatureType-instances from the datastore that are specified by the given WFSDelete.
 

Uses of WFSDelete in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSDelete
private  boolean CTransaction.performDelete(WFSDelete delete)
          Deletes FeatureType-instances from the datastore that are specified by the given WFSDelete.
 

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

Classes in org.deegree_impl.services.wfs.protocol that implement WFSDelete
(package private)  class WFSDelete_Impl
          --------------------------------------------------------
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSDelete
static WFSDelete WFSProtocolFactory.createDelete(Filter filter, java.lang.String typeName)
          creates a WFSDelete object from a Filter and a typeName specifying the feature type to perform the deletion on.
private static WFSDelete WFSProtocolFactory.createDelete(org.w3c.dom.Element element)
          Creates a WFSDelete object from a wfs:Delete-element as defined in the OGC-WFS specification.
 

Uses of WFSDelete in org.deegree_impl.services.wfs.sde
 

Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSDelete
private  boolean CTransaction.performDelete(WFSDelete delete)
          performs a delete against the ArcSDE