* @author Andrea Antonello (www.hydrologis.com)
*/
public class ReverseFeatureOrientationCommand extends AbstractHandlerCommand {
public Object execute( ExecutionEvent event ) throws ExecutionException {
final IOp op = new ReverseFeatureOrientation();
try {
runOp(op, FeatureSource.class);
} catch (Exception e) {
e.printStackTrace();
}