110111112113114115116
* * @return a new {@linkplain CommitCommand} object that deletes the feature. * @see CommitCommand */ public MapCommand createCommitCommand() { return new CommitCommand(); }
175176177178179180181