command.setFeatureObjectId(options.getFirstValue("objectid", null));
return command;
}
static RebuildGraphWebOp buildRebuildGraph(ParameterSet options) {
RebuildGraphWebOp command = new RebuildGraphWebOp();
command.setQuiet(Boolean.valueOf(options.getFirstValue("quiet", "false")));
return command;
}