final Command<Void> updateCmd = new Command<Void>() {
@Override
public Void execute(ISession session, SeConnection connection) throws SeException,
IOException {
try {
final SeRow row = updateStream.singleRow(seObjectId, typeName, rowColumnNames);
setRowProperties(modifiedFeature, seCoordRef, mutableColumns, row);
updateStream.execute();
// updateStream.flushBufferedWrites();
} finally {