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 TransactionRequestWFSClient. createTransaction()Methods in org.geotools.data.wfs.internal with parameters of type TransactionRequest Modifier and Type Method Description protected abstract EObjectAbstractWFSStrategy. createTransactionRequest(TransactionRequest request)Creates the EMF object to be encoded with theWFS configurationwhen a Transaction request is to be made.TransactionResponseWFSClient. 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 EObjectStrictWFS_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 EObjectStrictWFS_2_0_Strategy. createTransactionRequest(TransactionRequest request)
-