cmdList.add(setGeometryCmd);
count++;
}
CompositeCommand compositeCommand = new CompositeCommand(cmdList);
IToolContext toolContext = ApplicationGIS.createContext(ApplicationGIS.getActiveMap());
toolContext.sendSyncCommand(compositeCommand);
showMessage(display, Messages.getString("ReverseFeatureOrientation_info"), //$NON-NLS-1$
Messages.getString("ReverseFeatureOrientation_infomsg") + count, MSGTYPE.INFO); //$NON-NLS-1$
}