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

Packages that use WFSInsert
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
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 WFSInsert in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs an insertion of one or more features into the database
 

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

Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs an insertion of one or more features into the database
 

Uses of WFSInsert in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs an insertion of one or more features into the database
 

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

Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs an insertion of one or more features into the database
 

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

Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs an insertion of one or more features into the database
 

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

Classes in org.deegree_impl.services.wfs.protocol that implement WFSInsert
(package private)  class WFSInsert_Impl
          Defines the insert operation for the WFS.
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSInsert
static WFSInsert WFSProtocolFactory.createInsert(GMLFeature[] feat, java.lang.String handle)
          creates a WFSInsert object from an array of GMLFeature and a handle.
private static WFSInsert WFSProtocolFactory.createInsert(org.w3c.dom.Element element)
          Creates a WFSInsert object from a wfs:Update-element as defined in the OGC-WFS specification.
 

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

Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSInsert
private  java.lang.Object[] CTransaction.performInsert(WFSInsert insert)
          performs a insert of a flat feature into the ArcSDE