214215216217218219220
* * @return a new {@linkplain ResetEditFeatureCommand} object that deletes the feature. * @see ResetEditFeatureCommand */ public UndoableMapCommand createResetEditFeatureCommand() { return new ResetEditFeatureCommand(); }
306307308309310311312