Class WFSTTransaction
java.lang.Object
org.gvsig.remoteclient.wfs.edition.WFSTTransaction
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds a delete operationAdds a insert operationAdds a update operationgetDeleteOperationAt(int i) Gets an delete operationintgetInseOperationAt(int i) Gets an insert operationintgetUpdateOperationAt(int i) Gets an update operationint
-
Constructor Details
-
WFSTTransaction
-
-
Method Details
-
createDeleteOperation
Adds a delete operation- Parameters:
ids- The identifiers of the features to delete
-
createInsertOperation
Adds a insert operation- Parameters:
gml- The new Feature
-
createUpdateOperation
Adds a update operation- Parameters:
id- The identifier of the features to updatevalues- A map with key equals to the property and the value equals to the value to update The update operation
-
getInsertOperationSize
public int getInsertOperationSize()- Returns:
- the insert operations size
-
getInseOperationAt
Gets an insert operation- Parameters:
i- Operation position- Returns:
- A operation
-
getUpdateOperationSize
public int getUpdateOperationSize()- Returns:
- the update operations size
-
getUpdateOperationAt
Gets an update operation- Parameters:
i- Operation position- Returns:
- A operation
-
getDeleteOperationSize
public int getDeleteOperationSize()- Returns:
- the delete operations size
-
getDeleteOperationAt
Gets an delete operation- Parameters:
i- Operation position- Returns:
- A operation
-