Identifier featureId = featureId(rid);
ids.add(featureId);
}
if (!ids.isEmpty()) {
Filter deleteFilter = dataStore.getFilterFactory().id(ids);
Delete delete = transactionRequest.createDelete(remoteTypeName, deleteFilter);
transactionRequest.add(delete);
}
// Create one update element per modified feature. Batch modified ones should have been
// added as a single update element at applyBatchUpdate before