Uses of Class
org.geotools.data.wfs.internal.TransactionRequest
-
Packages that use TransactionRequest Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 -
-
Uses of TransactionRequest in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return TransactionRequest Modifier and Type Method Description TransactionRequest
WFSClient. createTransaction()
Methods in org.geotools.data.wfs.internal with parameters of type TransactionRequest Modifier and Type Method Description protected abstract EObject
AbstractWFSStrategy. createTransactionRequest(TransactionRequest request)
Creates the EMF object to be encoded with theWFS configuration
when a Transaction request is to be made.TransactionResponse
WFSClient. issueTransaction(TransactionRequest request)
-
Uses of TransactionRequest in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type TransactionRequest Modifier and Type Method Description protected EObject
StrictWFS_1_x_Strategy. createTransactionRequest(TransactionRequest request)
-
Uses of TransactionRequest in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type TransactionRequest Modifier and Type Method Description protected EObject
StrictWFS_2_0_Strategy. createTransactionRequest(TransactionRequest request)
-