|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFSInsertResult | |
org.deegree_impl.services.wfs.protocol | |
org.deegree.services.wfs.protocol |
Uses of WFSInsertResult in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement WFSInsertResult | |
(package private) class |
WFSInsertResult_Impl
The |
Methods in org.deegree_impl.services.wfs.protocol that return WFSInsertResult | |
WFSInsertResult[] |
WFSTransactionResponse_Impl.getInsertResult()
The |
static WFSInsertResult |
WFSProtocolFactory.createWFSInsertResult(java.lang.String handle,
java.lang.String[] featureIds)
creates a WFSInsertResult |
Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSInsertResult | |
void |
WFSTransactionResponse_Impl.addInserResult(WFSInsertResult insertResult)
|
void |
WFSTransactionResponse_Impl.setInsertResult(WFSInsertResult[] insertResults)
|
static WFSTransactionResponse |
WFSProtocolFactory.createWFSTransactionResponse(OGCWebServiceRequest request,
java.lang.String[] affectedFeatureTypes,
OGCWebServiceException exception,
WFSInsertResult[] insertResults,
java.lang.String status,
java.lang.String handle)
creates a WFSTransactionRequest object. |
Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSInsertResult | |
WFSTransactionResponse_Impl(OGCWebServiceRequest request,
java.lang.String[] affectedFeatureTypes,
org.w3c.dom.Document exception,
WFSInsertResult[] insertResults,
java.lang.String status,
java.lang.String handle)
Creates a new WFSTransactionResponse_Impl object. |
Uses of WFSInsertResult in org.deegree.services.wfs.protocol |
Methods in org.deegree.services.wfs.protocol that return WFSInsertResult | |
WFSInsertResult[] |
WFSTransactionResponse.getInsertResult()
The |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |