|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |