public UndoableMapCommand createCreateMapCommand( List<IGeoResource> layerResources ) {
return new CreateMapCommand(null, layerResources, null);
}
public UndoableMapCommand createSetApplicabilityCommand( ILayer layer, Interaction applicabilityId, boolean newValue ) {
return new SetApplicabilityCommand(layer, applicabilityId, newValue);
}