* @param coordinates the coordinates of the new feature in <b>Map </b> CRS.
* @return a new {@linkplain CreateFeatureCommand}object creates the feature.
* @see CreateFeatureCommand
*/
public UndoableMapCommand createFeature( Coordinate[] coordinates ) {
return new CreateFeatureCommand(coordinates);
}